]> git.pld-linux.org Git - packages/crossmingw32-pcre.git/commitdiff
- fix CXX detection when CXX is passed to configure
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Jun 2005 14:29:16 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pcre-cxx.patch -> 1.1

pcre-cxx.patch [new file with mode: 0644]

diff --git a/pcre-cxx.patch b/pcre-cxx.patch
new file mode 100644 (file)
index 0000000..4ed7087
--- /dev/null
@@ -0,0 +1,11 @@
+--- pcre-6.0/configure.in.orig 2005-06-07 10:36:38.000000000 +0200
++++ pcre-6.0/configure.in      2005-06-12 16:07:32.943969304 +0200
+@@ -44,7 +44,7 @@
+ AC_PROG_CXX
+-if test -n "$ac_cv_prog_ac_ct_CXX"; then
++if test -n "$CXX"; then
+   MAYBE_CPP_TARGETS='$(CPP_TARGETS)'
+ fi
+ echo "Maybe-cpp-targets: '$ac_cv_prog_CXX' '$MAYBE_CPP_TARGETS'" #!!
This page took 0.086389 seconds and 4 git commands to generate.