Added check for -lmmap for OS/2.

oldstable
Alexandre Julliard 1999-05-02 11:46:02 +00:00
parent ec2edc7ee4
commit 0e7bd08cbd
3 changed files with 202 additions and 150 deletions

347
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -89,6 +89,8 @@ dnl Check for -lsocket for Solaris
AC_CHECK_FUNCS(connect,,AC_CHECK_LIB(socket,connect))
dnl Check for -lxpg4 for FreeBSD
AC_CHECK_LIB(xpg4,setrunelocale)
dnl Check for -lmmap for OS/2
AC_CHECK_LIB(mmap,mmap)
AC_CHECK_HEADERS(dlfcn.h,
AC_CHECK_FUNCS(dlopen,

View File

@ -279,6 +279,9 @@
/* Define if you have the i386 library (-li386). */
#undef HAVE_LIBI386
/* Define if you have the mmap library (-lmmap). */
#undef HAVE_LIBMMAP
/* Define if you have the ncurses library (-lncurses). */
#undef HAVE_LIBNCURSES