From 841f7c4c93d58475682555c63b430c2917b4dab3 Mon Sep 17 00:00:00 2001 From: s_alexander Date: Sat, 5 Dec 2009 14:49:02 +0000 Subject: 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 --- configure.ac | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'configure.ac') 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= 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 -- cgit v1.2.3