[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.15 +1 -0 eda/geda/devel/gnetlist/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/gnetlist/configure.ac,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- configure.ac 22 Feb 2005 19:53:20 -0000 1.14
+++ configure.ac 22 Feb 2005 22:13:27 -0000 1.15
@@ -30,6 +30,7 @@
# Checks for programs.
AC_PROG_CC
+AM_CONDITIONAL(CCISGCC, test "$GCC" = "yes")
AC_PROG_CPP
AC_PROG_MAKE_SET
AC_PATH_PROGS(AWK, nawk gawk mawk awk, )