aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-28 21:41:18 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-28 21:42:12 +0800
commit5204abd40cac00e501e3c0823c18016343feec4f (patch)
treef84024ef0e126185e538d4662c3d651473b76229 /configure.ac
parent3777e4887c286282b5e24b42328a6a660d7360c8 (diff)
downloadgsoc2013-evolution-5204abd40cac00e501e3c0823c18016343feec4f.tar
gsoc2013-evolution-5204abd40cac00e501e3c0823c18016343feec4f.tar.gz
gsoc2013-evolution-5204abd40cac00e501e3c0823c18016343feec4f.tar.bz2
gsoc2013-evolution-5204abd40cac00e501e3c0823c18016343feec4f.tar.lz
gsoc2013-evolution-5204abd40cac00e501e3c0823c18016343feec4f.tar.xz
gsoc2013-evolution-5204abd40cac00e501e3c0823c18016343feec4f.tar.zst
gsoc2013-evolution-5204abd40cac00e501e3c0823c18016343feec4f.zip
configure.ac: Remove unnecessary regex library check.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 5f0418b555..be8a0fb1d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -579,15 +579,6 @@ AM_CONDITIONAL(SUNLDAP, [test x$with_sunldap != xno])
AC_DEFINE(HANDLE_LIBICAL_MEMORY, 1, [Define it once memory returned by libical is free'ed properly])
-dnl ************
-dnl regex check
-dnl ************
-AC_CHECK_FUNCS(regexec,,[AC_CHECK_LIB(regex,regexec,
- [REGEX_LIBS=-lregex
- AC_DEFINE(HAVE_REGEXEC,1,[Define to 1 if you have the regexec function.])],
- [AC_MSG_ERROR([No regex library found])])])
-AC_SUBST(REGEX_LIBS)
-
dnl *************************
dnl GTKHTML check
dnl XXX Drop the version from the package name?