Author: qboosh                       Date: Sun Jun 12 14:29:21 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix CXX detection when CXX is passed to configure

---- Files affected:
SOURCES:
   pcre-cxx.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pcre-cxx.patch
diff -u /dev/null SOURCES/pcre-cxx.patch:1.1
--- /dev/null   Sun Jun 12 16:29:22 2005
+++ SOURCES/pcre-cxx.patch      Sun Jun 12 16:29:16 2005
@@ -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'" #!!
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to