summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-30 14:51:30 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-30 14:51:30 +0000
commitd26de8291af33189524cf17ae3ec730aadba6c0c (patch)
tree761e893021397fdab4b03b876b3c87e9b79f93ad /configure
parent0ea643ad024cfb9adb6af2d76455f04708b2b8ed (diff)
- Dropped PCRE support
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1920 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure74
1 files changed, 1 insertions, 73 deletions
diff --git a/configure b/configure
index 942523a..2a828f8 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Id: configure.ac 1906 2013-04-27 21:19:31Z michael .
+# From configure.ac Id: configure.ac 1909 2013-04-27 21:25:31Z michael .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.1beta2.
#
@@ -805,7 +805,6 @@ with_included_ltdl
with_ltdl_include
with_ltdl_lib
enable_ltdl_install
-enable_libpcre
enable_libGeoIP
enable_openssl
enable_assert
@@ -1462,7 +1461,6 @@ Optional Features:
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-ltdl-install install libltdl
- --disable-libpcre Disable PCRE support
--disable-libgeoip Disable GeoIP support
--enable-openssl=DIR Enable OpenSSL support (DIR optional).
--disable-openssl Disable OpenSSL support.
@@ -13658,76 +13656,6 @@ if test "$ac_res" != no; then :
fi
-# Check whether --enable-libpcre was given.
-if test "${enable_libpcre+set}" = set; then :
- enableval=$enable_libpcre;
-else
- ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
-if test "x$ac_cv_header_pcre_h" = xyes; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
-$as_echo_n "checking for library containing pcre_study... " >&6; }
-if ${ac_cv_search_pcre_study+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_func_search_save_LIBS=$LIBS
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char pcre_study ();
-int
-main ()
-{
-return pcre_study ();
- ;
- return 0;
-}
-_ACEOF
-for ac_lib in '' pcre; do
- if test -z "$ac_lib"; then
- ac_res="none required"
- else
- ac_res=-l$ac_lib
- LIBS="-l$ac_lib $ac_func_search_save_LIBS"
- fi
- if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_search_pcre_study=$ac_res
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext
- if ${ac_cv_search_pcre_study+:} false; then :
- break
-fi
-done
-if ${ac_cv_search_pcre_study+:} false; then :
-
-else
- ac_cv_search_pcre_study=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
-$as_echo "$ac_cv_search_pcre_study" >&6; }
-ac_res=$ac_cv_search_pcre_study
-if test "$ac_res" != no; then :
- test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-$as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
-
-fi
-
-fi
-
-
-fi
-
-
# Check whether --enable-libGeoIP was given.
if test "${enable_libGeoIP+set}" = set; then :
enableval=$enable_libGeoIP;