CVS: rdesktop configure.ac,1.13,1.14
Michael Gernoth <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16420 Modified Files: configure.ac Log Message: fix configure-warning on openbsd Index: configure.ac =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/configure.ac,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** configure.ac 2 Apr 2005 17:31:27 -0000 1.13 --- configure.ac 2 Apr 2005 18:15:40 -0000 1.14 *************** *** 24,28 **** AC_CHECK_HEADER(langinfo.h, AC_DEFINE(HAVE_LANGINFO_H)) AC_CHECK_HEADER(iconv.h, AC_DEFINE(HAVE_ICONV_H)) - AC_CHECK_HEADER(unistd.h, AC_DEFINE(HAVE_UNISTD_H)) rpath="" --- 24,27 ---- *************** *** 398,402 **** AC_CHECK_HEADERS(sys/statfs.h) AC_CHECK_HEADERS(sys/param.h) ! AC_CHECK_HEADERS(sys/mount.h) ################################################# --- 397,409 ---- AC_CHECK_HEADERS(sys/statfs.h) AC_CHECK_HEADERS(sys/param.h) ! ! mount_includes="\ ! $ac_includes_default ! #if HAVE_SYS_PARAM_H ! # include <sys/param.h> ! #endif ! " ! ! AC_CHECK_HEADERS(sys/mount.h,,,[$mount_includes]) ################################################# ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click