diff options
-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" |