[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: configure.ac
User: danmc
Date: 05/02/22 17:13:28
Modified: . configure.ac
Log:
if we're using gcc then turn on -Wall
Revision Changes Path
1.17 +1 -0 eda/geda/devel/gschem/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/gschem/configure.ac,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- configure.ac 4 Feb 2005 04:39:29 -0000 1.16
+++ configure.ac 22 Feb 2005 22:13:28 -0000 1.17
@@ -71,6 +71,7 @@
# Checks for programs.
AC_PROG_CC
+AM_CONDITIONAL(CCISGCC, test "$GCC" = "yes")
AC_PROG_CPP
AC_PROG_MAKE_SET