From ffbea676771bae16be547529eb1136c61d78203f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 10 Jun 2008 14:52:17 +0200 Subject: Fix variables used in configure. (This used to be commit 9a58d9138af51dec6eab832a78506e93a86c34c5) --- source4/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') 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" -- cgit