From cc2993992f09d8b07ab6ab74f29075675c3a72eb Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 14 Mar 2006 19:10:33 +0000 Subject: (svn r3864) -Fix: small problems with make-system, making room for a wrapper-configure --- makefiledir/Makefile.libdetection | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makefiledir/Makefile.libdetection') diff --git a/makefiledir/Makefile.libdetection b/makefiledir/Makefile.libdetection index 93ae9172f..213c62b76 100644 --- a/makefiledir/Makefile.libdetection +++ b/makefiledir/Makefile.libdetection @@ -6,6 +6,8 @@ endif ifeq ($(shell expr $(CONFIG_VERSION) \< 9), 1) +ifndef BYPASS_OS_DETECT + # Automatically recognize if building on Win32 ifdef WINDIR ifndef UNIX @@ -56,6 +58,9 @@ SUNOS:=1 UNIX:=1 endif +# END BYPASS_OS_DETECT +endif + # FreeBSD uses sdl11 instead of sdl ifdef FREEBSD SDL-CONFIG:=sdl11-config -- cgit v1.2.3-54-g00ecf