summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-10 14:52:17 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-10 14:52:17 +0200
commitffbea676771bae16be547529eb1136c61d78203f (patch)
tree3b0f665f8fe93edd804757c43df0b7ebe49e6480 /source4/configure.ac
parentcad533c68e8100131dca364b76abdedac31f4184 (diff)
downloadsamba-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/configure.ac')
-rw-r--r--source4/configure.ac4
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"