From: Jelmer Vernooij Date: Tue, 10 Jun 2008 12:52:17 +0000 (+0200) Subject: Fix variables used in configure. X-Git-Tag: samba-4.0.0alpha5~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a58d9138af51dec6eab832a78506e93a86c34c5;p=thirdparty%2Fsamba.git Fix variables used in configure. --- diff --git a/source/configure.ac b/source/configure.ac index 73d3ffd4d9b..693d4d7fbd8 100644 --- a/source/configure.ac +++ b/source/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"