mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
- Pass maintainership to submitter PR: 114435 Submitted by: Petar Zhivkov Petrov <pesho.petrov@gmail.com>
11 lines
443 B
Text
11 lines
443 B
Text
--- configure 2007-07-06 20:01:39.000000000 +0300
|
|
+++ configure_new 2007-07-06 16:59:48.000000000 +0300
|
|
@@ -2643,7 +2643,7 @@
|
|
|
|
|
|
# see if we actually have a CXX program
|
|
-if test "$ac_cv_prog_CXX" = "" -o ! -x "$ac_cv_prog_CXX"; then
|
|
+if test "$CXX" = ""; then
|
|
{ echo "$as_me:$LINENO: WARNING: could not find C++ compiler $ac_cv_prog_CXX" >&5
|
|
echo "$as_me: WARNING: could not find C++ compiler $ac_cv_prog_CXX" >&2;}
|
|
enable_cxx=no
|