makefiledir/Makefile.libdetection
changeset 3313 735b30b93dc2
parent 3311 138e38fa6fda
child 3380 2d02cfdf6d14
--- a/makefiledir/Makefile.libdetection	Fri Mar 24 00:42:35 2006 +0000
+++ b/makefiledir/Makefile.libdetection	Fri Mar 24 06:40:49 2006 +0000
@@ -121,12 +121,3 @@
 endif
 
 endif
-
-ifeq ($(shell expr $(CONFIG_VERSION) \< 10), 1)
-# we need to test if iconv is present on the current system
-# even though we test on OSX, the read data is actually not used since it relies on target OS and this flag will be overwritten later
-
-$(shell $(CC) -liconv -o makefiledir/iconv_detector makefiledir/iconv_detector.c 2>/dev/null)
-WITH_ICONV:=$(shell makefiledir/iconv_detector 2>/dev/null)
-$(shell rm makefiledir/iconv_detector 2>/dev/null)
-endif