=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/m4/Attic/msdos.m4,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/m4/Attic/msdos.m4 2000/01/22 14:16:17 1.1.1.2 +++ OpenXM_contrib/gnuplot/m4/Attic/msdos.m4 2003/09/15 07:09:33 1.1.1.3 @@ -19,16 +19,16 @@ AC_EGREP_CPP(yes, AC_DEFINE(DOS32, 1, [ Define if this system uses a 32-bit DOS extender (djgpp/emx). ]) with_linux_vga=no - AC_CHECK_LIB(grx20,GrLine,dnl + AC_CHECK_LIB(grx20,GrLine, LIBS="-lgrx20 $LIBS" CFLAGS="$CFLAGS -fno-inline-functions" AC_DEFINE(DJSVGA, 1, [ Define if you want to use libgrx20 with MSDOS/djgpp. ]) - AC_CHECK_LIB(grx20,GrCustomLine,dnl + AC_CHECK_LIB(grx20,GrCustomLine, AC_DEFINE(GRX21, 1, [ Define if you want to use a newer version of libgrx under MSDOS/djgpp. ])dnl )dnl - ),dnl + ), AC_MSG_RESULT(no) )dnl ])