[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:33

  Modified:    .        configure.ac
  Log:
  if we're using gcc then turn on -Wall
  
  
  
  
  Revision  Changes    Path
  1.17      +1 -0      eda/geda/devel/utils/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/utils/configure.ac,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- configure.ac	19 Feb 2005 23:27:38 -0000	1.16
  +++ configure.ac	22 Feb 2005 22:13:33 -0000	1.17
  @@ -33,6 +33,7 @@
   
   # Checks for programs.
   AC_PROG_CC
  +AM_CONDITIONAL(CCISGCC, test "$GCC" = "yes")
   AC_PROG_CPP
   AC_PROG_MAKE_SET
   AM_PROG_LEX