Commit 0e7bd08c authored by Alexandre Julliard's avatar Alexandre Julliard

Added check for -lmmap for OS/2.

parent ec2edc7e
...@@ -89,6 +89,8 @@ dnl Check for -lsocket for Solaris ...@@ -89,6 +89,8 @@ dnl Check for -lsocket for Solaris
AC_CHECK_FUNCS(connect,,AC_CHECK_LIB(socket,connect)) AC_CHECK_FUNCS(connect,,AC_CHECK_LIB(socket,connect))
dnl Check for -lxpg4 for FreeBSD dnl Check for -lxpg4 for FreeBSD
AC_CHECK_LIB(xpg4,setrunelocale) AC_CHECK_LIB(xpg4,setrunelocale)
dnl Check for -lmmap for OS/2
AC_CHECK_LIB(mmap,mmap)
AC_CHECK_HEADERS(dlfcn.h, AC_CHECK_HEADERS(dlfcn.h,
AC_CHECK_FUNCS(dlopen, AC_CHECK_FUNCS(dlopen,
......
...@@ -279,6 +279,9 @@ ...@@ -279,6 +279,9 @@
/* Define if you have the i386 library (-li386). */ /* Define if you have the i386 library (-li386). */
#undef HAVE_LIBI386 #undef HAVE_LIBI386
/* Define if you have the mmap library (-lmmap). */
#undef HAVE_LIBMMAP
/* Define if you have the ncurses library (-lncurses). */ /* Define if you have the ncurses library (-lncurses). */
#undef HAVE_LIBNCURSES #undef HAVE_LIBNCURSES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment