From: JINMEI Tatuya Date: Wed, 31 Oct 2012 21:56:34 +0000 (-0700) Subject: [2356] set the saved LIBS correctly X-Git-Tag: trac2487_base~20^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e97750478c1a655d85107bbbda556c8e8bcfec0;p=thirdparty%2Fkea.git [2356] set the saved LIBS correctly --- diff --git a/examples/m4/ax_isc_bind10.m4 b/examples/m4/ax_isc_bind10.m4 index cfb9aaaf35..7df18c5ca9 100644 --- a/examples/m4/ax_isc_bind10.m4 +++ b/examples/m4/ax_isc_bind10.m4 @@ -73,6 +73,7 @@ AC_MSG_CHECKING([for BIND 10 common library]) BIND10_COMMON_LIB="-lb10-util -lb10-exceptions" LDFLAGS_SAVED="$LDFLAGS" LDFLAGS_CHECK_COMMON="$LDFLAGS $BIND10_LDFLAGS" +LIBS_SAVED="$LIBS" LIBS="$LIBS $BIND10_COMMON_LIB" for d in $bind10_lib_dirs do @@ -94,7 +95,7 @@ else fi # restore LIBS once at this point -LIBS="$LIBS_SAVES" +LIBS="$LIBS_SAVED" AC_SUBST(BIND10_LDFLAGS) AC_SUBST(BIND10_COMMON_LIB) @@ -111,7 +112,7 @@ isc::dns::RRType rrtype(1); ], [BIND10_DNS_LIB="-lb10-dns++" AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no)]) -LIBS="$LIBS_SAVES" +LIBS="$LIBS_SAVED" AC_SUBST(BIND10_DNS_LIB) # Restore other flags