[shibboleth-sp2] 43/100: Favor gcc over gcc3 (OS X more likely than Red Hat 7)
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.2.1
in repository shibboleth-sp2.
commit 6033c5dbf632113946a0fdbc2ec6ec2a5c82bbb3
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Mon Oct 18 16:54:32 2004 +0000
Favor gcc over gcc3 (OS X more likely than Red Hat 7)
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0e46a6b..6ab8c8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,8 +19,8 @@ else
GCC_CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG"
fi
-AC_PROG_CC([gcc3 gcc cc])
-AC_PROG_CXX([g++3 g++ c++ CC])
+AC_PROG_CC([gcc gcc3 cc])
+AC_PROG_CXX([g++ g++3 c++ CC])
if test "$GCC" = "yes" ; then
CFLAGS="$GCC_CFLAGS"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list