From 2c19674b51291c361842ec02f2ddbb9b472a2f5c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 31 Dec 2009 03:17:18 +0000 Subject: add a --with-system-expat option to build pyexpat against the system's lib #7609 --- configure.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 59056b904f..6f05f7578d 100644 --- a/configure.in +++ b/configure.in @@ -1964,6 +1964,13 @@ LIBS="$withval $LIBS" ], [AC_MSG_RESULT(no)]) +# Check for use of the system expat library +AC_MSG_CHECKING(for --with-system-expat) +AC_ARG_WITH(system_expat, + AC_HELP_STRING(--with-system-expat, build pyexpat module using an installed expat library)) + +AC_MSG_RESULT($with_system_expat) + # Check for use of the system libffi library AC_MSG_CHECKING(for --with-system-ffi) AC_ARG_WITH(system_ffi, -- cgit v1.2.1