ldb: not every shell supports '==' so use '='
authorStefan Metzmacher <metze@samba.org>
Tue, 18 Mar 2008 15:53:21 +0000 (16:53 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 18 Mar 2008 15:53:21 +0000 (16:53 +0100)
metze

source/lib/ldb/rules.mk

index 534ba016ab7df25ab58a157816ac427441e8e7e2..ff5dc027429022ac65ae1c595540328e6ad758df 100644 (file)
@@ -7,7 +7,7 @@ ctags:
 .SUFFIXES: _wrap.c .i
 
 .i_wrap.c:
-       [ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword $<
+       [ "$(SWIG)" = "no" ] || $(SWIG) -O -Wall -python -keyword $<
 
 .SUFFIXES: .1 .1.xml .3 .3.xml .xml .html .c .o