aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-24 19:52:05 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-24 19:52:05 +0000
commitde239a918bb9f03af2302c035cd90ad006d99939 (patch)
tree16c4fa180e54cf7f7373bfbf839168974ae815cf /configure.ac
parentbe3978a078196c423d1974d87bd3cf07a3dd2d45 (diff)
downloadusdx-de239a918bb9f03af2302c035cd90ad006d99939.tar.gz
usdx-de239a918bb9f03af2302c035cd90ad006d99939.tar.xz
usdx-de239a918bb9f03af2302c035cd90ad006d99939.zip
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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