diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-04 18:39:20 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:12 +0100 |
commit | fa07f487837e6fd7a0216c3be95536d5feb9517b (patch) | |
tree | 22acd66bddf5dcb20e6998c8b60e0a6e06c0a366 | |
parent | b8911a8be3eb2645da64dbbbb1b214b4638cfc1d (diff) | |
download | samba-fa07f487837e6fd7a0216c3be95536d5feb9517b.tar.gz samba-fa07f487837e6fd7a0216c3be95536d5feb9517b.tar.bz2 samba-fa07f487837e6fd7a0216c3be95536d5feb9517b.zip |
r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are in place.
(This used to be commit 6f79763005721af1b3a1a6880b98c465723a373b)
-rw-r--r-- | source4/lib/tdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |