[Plib-cvs] plib configure.in,1.44,1.45
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 22:52:51
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv23197 Modified Files: configure.in Log Message: Don't add /usr/local/include and /usr/local/lib to compiler path Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- configure.in 31 Aug 2002 21:33:25 -0000 1.44 +++ configure.in 31 Aug 2002 22:52:46 -0000 1.45 @@ -31,11 +31,6 @@ AC_PROG_RANLIB -dnl Cygwin et cetera -CPPFLAGS="$CPPFLAGS -I/usr/local/include" -LDFLAGS="$LDFLAGS -L/usr/local/lib" - - dnl Command line arguments dnl Don't use AC_HELP_STRING here as old versions of autoconf do not |