[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:38:50

  Modified:    .        configure.ac
  Log:
  if we are using gcc, add -Wall
  
  
  Revision  Changes    Path
  1.17      +1 -0      eda/geda/devel/libgeda/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/libgeda/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:29 -0000	1.16
  +++ configure.ac	21 Feb 2005 05:38:49 -0000	1.17
  @@ -67,6 +67,7 @@
   
   # Checks for programs.
   AC_PROG_CC
  +AM_CONDITIONAL(CCISGCC, test "$GCC" = "yes")    
   AC_PROG_CPP
   AC_PROG_MAKE_SET