2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

removed now-meaningless "auto" setting

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1619 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
JINMEI Tatuya 2010-03-20 23:07:16 +00:00
parent 59553187ff
commit 7568a2967d

View File

@ -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)