mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0da94c328b
Respect CXXFLAGS (not from submitter) PR: 17443 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
28 lines
557 B
Plaintext
28 lines
557 B
Plaintext
--- configure.orig Tue Feb 22 17:48:17 2000
|
|
+++ configure Sat Mar 18 18:17:06 2000
|
|
@@ -662,15 +662,11 @@
|
|
CXXFLAGS="$ac_save_CXXFLAGS"
|
|
elif test $ac_cv_prog_cxx_g = yes; then
|
|
if test "$GXX" = yes; then
|
|
- CXXFLAGS="-g -O2"
|
|
else
|
|
- CXXFLAGS="-g"
|
|
fi
|
|
else
|
|
if test "$GXX" = yes; then
|
|
- CXXFLAGS="-O2"
|
|
else
|
|
- CXXFLAGS=
|
|
fi
|
|
fi
|
|
|
|
@@ -1122,7 +1118,7 @@
|
|
|
|
fi
|
|
|
|
-for ac_hdr in fcntl.h unistd.h set.h
|
|
+for ac_hdr in fcntl.h unistd.h
|
|
do
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|