summaryrefslogtreecommitdiff
blob: 400056f8f1f4528481df6f6643922827ddf113fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- configure.in	2008/03/12 22:09:23	1.85
+++ configure.in	2008/03/25 20:45:28	1.86
@@ -3,6 +3,11 @@
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
+# hack to reset host_alias when we're not cross compiling
+if test "x$host_alias" = "x$host"; then
+	host_alias=
+fi
+
 AM_INIT_AUTOMAKE([1.8.0])
 
 AC_PROG_RANLIB