Revert accidental commit for Makefile

This commit is contained in:
Stefan Gehn 2010-05-29 17:35:38 +00:00
parent bc8303d229
commit 53e036319d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ ifeq ($(without-ntlm),1)
CONFIGURE_ARGS += --without-ntlm
endif
# run configure shell script
#DUMMY_VAR := $(shell ./configure $(CONFIGURE_ARGS))
DUMMY_VAR := $(shell ./configure $(CONFIGURE_ARGS))
# pull in variables set by configure script
include configure.mk