aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authors_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-05 14:49:02 +0000
committers_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-05 14:49:02 +0000
commit841f7c4c93d58475682555c63b430c2917b4dab3 (patch)
treebaca84481ab7b4c28cb65c33999be489fe8be76c /configure.ac
parent35b181b5b78b5ce81409ec8ebe69b47d0e4ec716 (diff)
downloadusdx-841f7c4c93d58475682555c63b430c2917b4dab3.tar.gz
usdx-841f7c4c93d58475682555c63b430c2917b4dab3.tar.xz
usdx-841f7c4c93d58475682555c63b430c2917b4dab3.zip
removed static pcre deps
pcre is dynamic-loaded on application start, so configure have not to check for the pcre-lib git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1970 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 25537088..69e358fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,20 +166,6 @@ PKG_HAVE([freetype], [freetype2], yes)
# find sqlite3
PKG_HAVE([sqlite3], [sqlite3], yes)
-# find pcre
-AC_ARG_WITH(pcre,
- [ --with-pcre=<path> prefix of pcre installation (eg /usr/local)],
- [
- CPPFLAGS="$CPPFLAGS -I $withval/include"
- LDFLAGS="$LDFLAGS -L $withval/lib"
- ]
-)
-
-AC_CHECK_HEADERS(pcre.h,
- AC_SEARCH_LIBS([pcre_compile], [pcre]) ,
- AC_MSG_WARN([*** pcre.h not found -- consider using --with-pcre])
-)
-
# find FFMpeg
# Note: do not use the min/max version parameters with ffmpeg
# otherwise it might fail in ubuntu due to a wrong version number