Try this (untested) patch. Calling AC_CHECK_LIB with no parameters doesn't make sense.
- R. --- management/libibcommon/configure.in (revision 3295) +++ management/libibcommon/configure.in (working copy) @@ -16,9 +16,6 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AM_PROG_LIBTOOL -dnl Checks for libraries -AC_CHECK_LIB - dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS([fcntl.h inttypes.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h syslog.h unistd.h]) _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
