From 53e036319d6bbd6c7ffc65a5b62af0177717cd34 Mon Sep 17 00:00:00 2001 From: Stefan Gehn Date: Sat, 29 May 2010 17:35:38 +0000 Subject: [PATCH] Revert accidental commit for Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index e4704bf..beb81e2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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