Author: jelmer Date: 2007-12-04 18:39:20 +0000 (Tue, 04 Dec 2007) New Revision: 26294
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26294 Log: Use hardcoded name for SWIG for now, until proper autoconf checks are in place. Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in Changeset: Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in =================================================================== --- branches/SAMBA_4_0/source/lib/tdb/Makefile.in 2007-12-04 18:35:56 UTC (rev 26293) +++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in 2007-12-04 18:39:20 UTC (rev 26294) @@ -21,7 +21,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ PICFLAG = @PICFLAG@ SHLIBEXT = @SHLIBEXT@ -SWIG = @SWIG@ +SWIG = swig .PHONY: test
