commit | 0e7bd08cbdea75abf287dbf7b86dba6f56cf1fec | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sun May 02 11:46:02 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun May 02 11:46:02 1999 +0000 |
tree | d557af058ba05eb8ad5a8b0032c5a7cc14104490 | |
parent | ec2edc7ee448f27a37142a8c9d0301328acc885b [diff] [blame] |
Added check for -lmmap for OS/2.
diff --git a/include/config.h.in b/include/config.h.in index 3a2d167..2a5a5c3 100644 --- a/include/config.h.in +++ b/include/config.h.in
@@ -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