version 1.1.1.2, 2000/01/22 14:16:17 |
version 1.1.1.3, 2003/09/15 07:09:33 |
Line 19 AC_EGREP_CPP(yes, |
|
Line 19 AC_EGREP_CPP(yes, |
|
AC_DEFINE(DOS32, 1, |
AC_DEFINE(DOS32, 1, |
[ Define if this system uses a 32-bit DOS extender (djgpp/emx). ]) |
[ Define if this system uses a 32-bit DOS extender (djgpp/emx). ]) |
with_linux_vga=no |
with_linux_vga=no |
AC_CHECK_LIB(grx20,GrLine,dnl |
AC_CHECK_LIB(grx20,GrLine, |
LIBS="-lgrx20 $LIBS" |
LIBS="-lgrx20 $LIBS" |
CFLAGS="$CFLAGS -fno-inline-functions" |
CFLAGS="$CFLAGS -fno-inline-functions" |
AC_DEFINE(DJSVGA, 1, |
AC_DEFINE(DJSVGA, 1, |
[ Define if you want to use libgrx20 with MSDOS/djgpp. ]) |
[ 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, |
AC_DEFINE(GRX21, 1, |
[ Define if you want to use a newer version of libgrx under MSDOS/djgpp. ])dnl |
[ Define if you want to use a newer version of libgrx under MSDOS/djgpp. ])dnl |
)dnl |
)dnl |
),dnl |
), |
AC_MSG_RESULT(no) |
AC_MSG_RESULT(no) |
)dnl |
)dnl |
]) |
]) |