Set a sane default if --with-dev-headers is given without path
This commit is contained in:
@@ -786,6 +786,9 @@ if test x$integrity_test = xtrue; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AM_CONDITIONAL(USE_DEV_HEADERS, [test "x$dev_headers" != xno])
|
AM_CONDITIONAL(USE_DEV_HEADERS, [test "x$dev_headers" != xno])
|
||||||
|
if test x$dev_headers = xyes; then
|
||||||
|
dev_headers="$includedir/strongswan"
|
||||||
|
fi
|
||||||
AC_SUBST(dev_headers)
|
AC_SUBST(dev_headers)
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -include `pwd`/config.h"
|
CFLAGS="$CFLAGS -include `pwd`/config.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user