summaryrefslogtreecommitdiff
path: root/sysdeps/mach/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-08-26 23:48:33 +0200
commitc60ca31104c8f9433e3fe51aee238c19e09d9943 (patch)
treec451a279936b4ce82a23c10bfb26ec84c557ef12 /sysdeps/mach/configure
parent58695b88a9deaecbcf7794760cc333177edaa2b4 (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/configure')
-rw-r--r--sysdeps/mach/configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure
index 61ac7d9684..cd966c37a7 100644
--- a/sysdeps/mach/configure
+++ b/sysdeps/mach/configure
@@ -165,6 +165,11 @@ fi
config_vars="$config_vars
MIG = $MIG"
+if test -n "$sysheaders"; then
+ OLD_CPPFLAGS=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $SYSINCLUDES"
+fi
+
### Sanity checks for Mach header installation
@@ -553,3 +558,7 @@ if test $hurd_cv_mig_retcode = yes; then
$as_echo "#define HAVE_MIG_RETCODE 1" >>confdefs.h
fi
+
+if test -n "$sysheaders"; then
+ CPPFLAGS=$OLD_CPPFLAGS
+fi