diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-06-10 14:52:17 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-06-10 14:52:17 +0200 |
commit | ffbea676771bae16be547529eb1136c61d78203f (patch) | |
tree | 3b0f665f8fe93edd804757c43df0b7ebe49e6480 /source4 | |
parent | cad533c68e8100131dca364b76abdedac31f4184 (diff) | |
download | samba-ffbea676771bae16be547529eb1136c61d78203f.tar.gz samba-ffbea676771bae16be547529eb1136c61d78203f.tar.bz2 samba-ffbea676771bae16be547529eb1136c61d78203f.zip |
Fix variables used in configure.
(This used to be commit 9a58d9138af51dec6eab832a78506e93a86c34c5)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index 73d3ffd4d9..693d4d7fbd 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -184,8 +184,8 @@ SMB_WRITE_MAKEVARS(mkconfig.mk) if test $USESHARED = true then echo "To run binaries without installing, set the following environment variable:" - echo "$ac_cv_LIB_PATH_VAR=$builddir/bin/shared" + echo "$LIB_PATH_VAR=$builddir/bin/shared" fi echo -echo "To build Samba, run $ac_cv_path_MAKE" +echo "To build Samba, run $MAKE" |