* extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.

This commit is contained in:
Pavel Roskin 2001-06-23 03:24:34 +00:00
parent 975726afd0
commit 89ce46f063
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-06-22 Pavel Roskin <proski@gnu.org>
* extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
* acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
in struct statfs.
Reported by Libor Motyèka <libor.motycka@ortex.cz>.

View File

@ -67,7 +67,7 @@ the need to embed this logic into configure.in.
# undef USE_EXT2FSLIB
#endif
#if defined (__QNX__) && !defined (HAVE_INFOMOUNT_LIST)
#if defined (__QNX__) && !defined(__QNXNTO__) && !defined (HAVE_INFOMOUNT_LIST)
# define HAVE_INFOMOUNT_QNX
#endif