From fa07f487837e6fd7a0216c3be95536d5feb9517b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 4 Dec 2007 18:39:20 +0100 Subject: r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are in place. (This used to be commit 6f79763005721af1b3a1a6880b98c465723a373b) --- source4/lib/tdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index 6744074f80..e45fa3cf79 100644 --- a/source4/lib/tdb/Makefile.in +++ b/source4/lib/tdb/Makefile.in @@ -21,7 +21,7 @@ SHLD_FLAGS = @SHLD_FLAGS@ PACKAGE_VERSION = @PACKAGE_VERSION@ PICFLAG = @PICFLAG@ SHLIBEXT = @SHLIBEXT@ -SWIG = @SWIG@ +SWIG = swig .PHONY: test -- cgit