Revert accidental commit for Makefile
This commit is contained in:
parent
bc8303d229
commit
53e036319d
|
@ -52,7 +52,7 @@ ifeq ($(without-ntlm),1)
|
||||||
CONFIGURE_ARGS += --without-ntlm
|
CONFIGURE_ARGS += --without-ntlm
|
||||||
endif
|
endif
|
||||||
# run configure shell script
|
# run configure shell script
|
||||||
#DUMMY_VAR := $(shell ./configure $(CONFIGURE_ARGS))
|
DUMMY_VAR := $(shell ./configure $(CONFIGURE_ARGS))
|
||||||
# pull in variables set by configure script
|
# pull in variables set by configure script
|
||||||
include configure.mk
|
include configure.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue