summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/configure
diff options
context:
space:
mode:
authorManolis Ragkousis <manolis837@gmail.com>2015-08-26 23:48:33 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-09-06 20:56:18 +0200
commitccdc039c9d1f7b2efe23a156b2c72a50e64453e4 (patch)
tree81b4532e30cea7ac0a3994d82ae3f380eca1a08c /sysdeps/mach/hurd/configure
parentbd9e69abb887d78d0d6708fc089cc9f3eabf106d (diff)
Check sysheaders when looking for Mach and Hurd headers
* sysdeps/mach/configure.ac: Add sysheaders check. * sysdeps/mach/configure: Regenerate. * sysdeps/mach/hurd/configure.ac: Add sysheaders check. * sysdeps/mach/hurd/configure: Regenerate.
Diffstat (limited to 'sysdeps/mach/hurd/configure')
-rw-r--r--sysdeps/mach/hurd/configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/configure b/sysdeps/mach/hurd/configure
index 4248758b30..3d155a450e 100644
--- a/sysdeps/mach/hurd/configure
+++ b/sysdeps/mach/hurd/configure
@@ -3,6 +3,11 @@
$as_echo "#define NO_HIDDEN 1" >>confdefs.h
+if test -n "$sysheaders"; then
+ OLD_CPPFLAGS=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $SYSINCLUDES"
+fi
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Hurd header version" >&5
$as_echo_n "checking Hurd header version... " >&6; }
@@ -36,3 +41,7 @@ $as_echo "$libc_cv_hurd_version" >&6; }
if test "x$libc_cv_hurd_version" != xok; then
as_fn_error $? "Hurd headers not installed or too old" "$LINENO" 5
fi
+
+if test -n "$sysheaders"; then
+ CPPFLAGS=$OLD_CPPFLAGS
+fi