From de239a918bb9f03af2302c035cd90ad006d99939 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Mon, 24 May 2010 19:52:05 +0000 Subject: make pcre not required, since it fails on ubuntu because of a different name. do not forget to execute ./autogen.sh git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2417 b956fd51-792f-4845-bead-9b4dfca2ff2c --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78bd2d4a..e4c63496 100644 --- a/configure.ac +++ b/configure.ac @@ -233,7 +233,7 @@ AC_SUBST_DEFINE(HAVE_PORTAUDIO, $portaudio_HAVE) # find pcre libpcre_PKG="libpcre" -PKG_HAVE([libpcre], [$libpcre_PKG], yes) +PKG_HAVE([libpcre], [$libpcre_PKG], no) PKG_VERSION([libpcre], [$libpcre_PKG]) AC_SUBST_DEFINE(HAVE_LIBPCRE, $libpcre_HAVE) # get libpcre library dir -- cgit v1.2.3