diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-24 19:52:05 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-24 19:52:05 +0000 |
commit | de239a918bb9f03af2302c035cd90ad006d99939 (patch) | |
tree | 16c4fa180e54cf7f7373bfbf839168974ae815cf | |
parent | be3978a078196c423d1974d87bd3cf07a3dd2d45 (diff) | |
download | usdx-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
-rw-r--r-- | configure.ac | 2 |
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 |