From 8eb4a52ed8ec96efb784a9cab5a21ba20b27733a Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Mon, 21 Apr 2003 06:17:23 +0000 Subject: [PATCH] Fixed variable name mistake. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 6402d23..a84bcaf 100644 --- a/configure.in +++ b/configure.in @@ -204,8 +204,8 @@ no) esac ;; esac - CPPFLAGS="$saved_CPPFLAGS" - LIBS="$saved_LIBS" + CPPFLAGS="$expatsaved_CPPFLAGS" + LIBS="$expatsaved_LIBS" ;; esac AC_SUBST(EXPAT_LIBS) -- 2.39.5