Skip to content
Snippets Groups Projects
Commit 1e450134 authored by Brian J. Murrell's avatar Brian J. Murrell
Browse files

b=15870

i=adilger

Backing this out as it tries to solve a problem that doesn't really exist
and causes build breakage in doing so.

I have advised the customer that opened this bug as to how they can fix
thier OFED source pool to match the interface provided by the
kernel-ib-devel RPM, which is our reference implementation.
parent f7a962c2
No related branches found
No related tags found
No related merge requests found
......@@ -794,6 +794,19 @@ LB_LINUX_TRY_COMPILE([
])
])
# LC_SYMVERFILE
# SLES 9 uses a different name for this file - unsure about vanilla kernels
# around this version, but it matters for servers only.
AC_DEFUN([LC_SYMVERFILE],
[AC_MSG_CHECKING([name of symverfile])
if grep -q Modules.symvers $LINUX/scripts/Makefile.modpost ; then
SYMVERFILE=Modules.symvers
else
SYMVERFILE=Module.symvers
fi
AC_MSG_RESULT($SYMVERFILE)
AC_SUBST(SYMVERFILE)])
# LC_DQUOTOFF_MUTEX
# after 2.6.17 dquote use mutex instead if semaphore
AC_DEFUN([LC_DQUOTOFF_MUTEX],
......@@ -1298,6 +1311,9 @@ AC_DEFUN([LC_PROG_LINUX],
# 2.6.15
LC_INODE_I_MUTEX
# SLES 10 (at least)
LC_SYMVERFILE
# 2.6.17
LC_DQUOTOFF_MUTEX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment