[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: configure.ac
User: danmc
Date: 05/02/21 00:36:21
Modified: . configure.ac
Log:
conditionalize the use of lots of gcc specific compiler flags on the
compiler actually being gcc. Should give this a chance with non-gcc
compilers.
Revision Changes Path
1.10 +1 -0 eda/geda/devel/geda/configure.ac
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/geda/configure.ac,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- configure.ac 28 Dec 2004 06:57:55 -0000 1.9
+++ configure.ac 21 Feb 2005 05:36:21 -0000 1.10
@@ -51,6 +51,7 @@
# Checks for programs.
AC_PROG_CC
+AM_CONDITIONAL(CCISGCC, test "$GCC" = "yes")
AC_PROG_CPP
AC_PROG_MAKE_SET