From: Vladimir Sokolovsky Date: Thu, 1 Dec 2016 14:20:01 +0000 (+0200) Subject: configure: Fixed autoconf.h location on SLES12 SP1 X-Git-Tag: vofed-4.8-rc1~32 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=58174fb1312b7e2a7923ec3b432b30b14d159143;p=compat-rdma%2Fcompat-rdma.git configure: Fixed autoconf.h location on SLES12 SP1 Signed-off-by: Vladimir Sokolovsky --- diff --git a/configure b/configure index 0cb8884..d4b694c 100755 --- a/configure +++ b/configure @@ -746,7 +746,7 @@ CWD=$(pwd) CONFIG="configure.mk.kernel" -if (/bin/ls -1 $KSRC/include/*/autoconf.h 2>/dev/null | head -1 | grep -q generated); then +if (/bin/ls -1 $KSRC_OBJ/include/*/autoconf.h 2>/dev/null | head -1 | grep -q generated); then AUTOCONF_PREFIX=generated else AUTOCONF_PREFIX=linux