From: nbk Date: Thu, 8 Dec 2005 17:47:03 +0000 (+0000) Subject: Always restore CFLAGS and LIBS after the tests. X-Git-Tag: release_2_0_0_pre1~797 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=b79ec5918081cb187630a2b8daa83303dbe72161 Always restore CFLAGS and LIBS after the tests. --- diff --git a/acinclude.m4 b/acinclude.m4 index 3072b30..8253976 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -434,8 +434,8 @@ if test "x$smart_try_dir" != "x"; then if test "x$smart_lib" != "x"; then break; fi - LIBS="$old_LIBS" done + LIBS="$old_LIBS" fi dnl # @@ -464,8 +464,8 @@ if test "x$smart_lib" = "x"; then if test "x$smart_lib" != "x"; then break; fi - LIBS="$old_LIBS" done + LIBS="$old_LIBS" fi dnl # @@ -511,8 +511,8 @@ if test "x$smart_try_dir" != "x"; then if test "x$smart_include" != "x"; then break; fi - CFLAGS="$old_CFLAGS" done + CFLAGS="$old_CFLAGS" fi dnl # @@ -542,8 +542,8 @@ if test "x$smart_include" = "x"; then if test "x$smart_include" != "x"; then break; fi - CFLAGS="$old_CFLAGS" done + CFLAGS="$old_CFLAGS" fi dnl #