Parcourir la source

removed now-meaningless "auto" setting

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1619 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 15 ans
Parent
commit
7568a2967d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -165,8 +165,8 @@ AC_SUBST(BOOST_INCLUDES)
 AC_ARG_WITH([boost-lib],
 AC_HELP_STRING([--with-boost-lib=PATH],
   [specify exact directory for Boost libraries]),
-  [boostlib_path="$withval"], [boostlib_path="auto"])
-if test "$boostlib_path" != "no"; then
+  [boostlib_path="$withval"])
+if test "X$boostlib_path" != "X"; then
 	BOOST_LDFLAGS="-L$boostlib_path"
 fi
 AC_SUBST(BOOST_LDFLAGS)