summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 80f93a3b1a..214682a830 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -22,6 +22,14 @@ case "$host_os" in
*next2*) AC_DEFINE(NEXT2);;
esac
+if test x"$ac_cv_canonical_host" != x &&
+ test x"$ac_cv_canonical_host" != x"$host"; then
+ echo "system config has changed - remove config.cache"; exit 1;
+fi
+
+AC_CACHE_VAL(ac_cv_canonical_host, ac_cv_canonical_host=$host;)
+
+
AC_INLINE
AC_HEADER_STDC
AC_HEADER_DIRENT