mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Since we are patching configure.in, the configure script always needs to be regenerated. Rename configure.in to configure.ac since that's what autoconf wants. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@154217 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
356 B
Diff
14 lines
356 B
Diff
--- configure.ac.orig 2004-12-05 14:24:42.000000000 -0600
|
|
+++ configure.ac 2011-04-19 07:19:14.000000000 -0500
|
|
@@ -60,8 +60,8 @@
|
|
dnl check gcc
|
|
dnl
|
|
if test -n "$GCC"; then
|
|
- CFLAGS="-O3 -Wno-deprecated -Wall"
|
|
- CXXFLAGS="-O3 -Wno-deprecated -Wall"
|
|
+ CFLAGS="$CFLAGS -Wno-deprecated -Wall"
|
|
+ CXXFLAGS="$CXXFLAGS -Wno-deprecated -Wall"
|
|
fi
|
|
|
|
dnl
|