makefiledir/Makefile.libdetection
changeset 3083 8afc31558162
parent 2736 3d6487cbbb69
child 3197 078a10118842
--- a/makefiledir/Makefile.libdetection	Fri Feb 24 22:12:11 2006 +0000
+++ b/makefiledir/Makefile.libdetection	Sat Feb 25 16:57:17 2006 +0000
@@ -1,5 +1,11 @@
 # this file detects what OS and libs the computer have/are running
 
+ifndef CONFIG_VERSION
+CONFIG_VERSION:=0
+endif
+
+ifeq ($(shell expr $(CONFIG_VERSION) \< 9), 1)
+
 # Automatically recognize if building on Win32
 ifdef WINDIR
 ifndef UNIX
@@ -106,3 +112,5 @@
 ifdef CYGWIN
 WITH_PNG:=
 endif
+
+endif