[openib-general] Problem following trunk/userspace/management/README
Roland Dreier
rolandd at cisco.com
Fri Sep 2 14:52:47 PDT 2005
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])
More information about the general
mailing list