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

  Modified:    .        configure.ac
  Log:
  if we're using gcc then turn on -Wall
  
  
  
  
  Revision  Changes    Path
  1.7       +1 -0      eda/geda/devel/setup/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/setup/configure.ac,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- configure.ac	28 Dec 2004 06:57:55 -0000	1.6
  +++ configure.ac	22 Feb 2005 22:13:32 -0000	1.7
  @@ -14,6 +14,7 @@
   
   AC_ISC_POSIX
   AC_PROG_CC
  +AM_CONDITIONAL(CCISGCC, test "$GCC" = "yes")    
   AM_PROG_CC_STDC
   AC_HEADER_STDC