Fixed variable name mistake.

This commit is contained in:
Noah Levitt 2003-04-21 06:17:23 +00:00
parent 965f77940c
commit 8eb4a52ed8
1 changed files with 2 additions and 2 deletions

View File

@ -204,8 +204,8 @@ no)
esac
;;
esac
CPPFLAGS="$saved_CPPFLAGS"
LIBS="$saved_LIBS"
CPPFLAGS="$expatsaved_CPPFLAGS"
LIBS="$expatsaved_LIBS"
;;
esac
AC_SUBST(EXPAT_LIBS)