[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kjs
From:       Adriaan de Groot <groot () kde ! org>
Date:       2006-02-04 21:55:46
Message-ID: 1139090146.676425.2195.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 505789 by adridg:

For most recent pcre, pcreposix relies on pcre.h already being included (and fails if \
it isn't), so check for pcre.h; this seems to be enough to reliably detect pcre \
                anyway.
CCMAIL: kde@freebsd.org


 M  +1 -1      configure.in.in  


--- branches/KDE/3.5/kdelibs/kjs/configure.in.in #505788:505789
@@ -38,7 +38,7 @@
       ac_LDFLAGS_save="$LDFLAGS"
       LDFLAGS="$LDFLAGS $all_libraries"
       AC_TRY_LINK(
-         [#include <pcreposix.h>],
+         [#include <pcre.h>],
          [regfree(0);],
          [ac_cv_have_pcreposix="yes"],
          [ac_cv_have_pcreposix="no"]


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic