s3/s4 build: Fix makefile expression to work on more systems
authorTim Prouty <tprouty@samba.org>
Wed, 19 Nov 2008 00:47:23 +0000 (16:47 -0800)
committerTim Prouty <tprouty@samba.org>
Wed, 19 Nov 2008 01:43:38 +0000 (17:43 -0800)
source4/build/make/python.mk

index e307ba74bb7875818709d1e793200e9e3a581f52..67a3e8621533166e86858bdf97ced10976547501 100644 (file)
@@ -46,7 +46,7 @@ swig:: pythonmods
 .SUFFIXES: _wrap.c .i .py
 
 %_wrap.c %.py: %.i
-       [ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword  -I../source4 $<
+       [ "$(SWIG)" = "no" ] || $(SWIG) -O -Wall -python -keyword  -I../source4 $<
 
 realdistclean::
        @echo "Removing SWIG output files"