Diff for /np2/x11/configure.ac between versions 1.20 and 1.21

version 1.20, 2012/01/23 06:09:45 version 1.21, 2012/01/24 17:58:08
Line 46  AC_SYS_LARGEFILE Line 46  AC_SYS_LARGEFILE
 dnl  dnl
 dnl Check GCC  dnl Check GCC
 dnl  dnl
 if test x"$GCC" != "xyes"; then  AM_CONDITIONAL(HAVE_GCC,test x"$GCC" = "xyes")
     AC_MSG_ERROR(This package required GCC.)  
 fi  
   
 dnl  dnl
 dnl Checks for library functions.  dnl Checks for library functions.

Removed from v.1.20  
changed lines
  Added in v.1.21


RetroPC.NET-CVS <cvs@retropc.net>