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: [EMAIL PROTECTED]
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"]
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd