Revert "configure: Fix gnulib/crypto/md4 dependency"

This reverts commit f0a3fdae5b.
This commit is contained in:
Julio García
2015-04-16 09:55:22 +02:00
parent 3f3ae3acd7
commit 6b3454376e
3 changed files with 0 additions and 43 deletions
-2
View File
@@ -1,2 +0,0 @@
config.h
md4.c
-2
View File
@@ -30,8 +30,6 @@ SOGo_LIBRARIES_DEPEND_UPON += \
ifeq ($(HAS_LIBRARY_gnutls),yes)
ADDITIONAL_CPPFLAGS += -DHAVE_GNUTLS=1
SOGo_LIBRARIES_DEPEND_UPON += -lgnutls
ADDITIONAL_INCLUDE_DIRS += -I$(GNULIB_INCLUDE)
SOGo_C_FILES += $(GNULIB_FILES)
else
ifeq ($(HAS_LIBRARY_ssl),yes)
ADDITIONAL_CPPFLAGS += -DHAVE_OPENSSL=1