summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b806d0f36..961698141 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,8 @@ test "$host" == "$build" && check_athlon=yes
AC_CONFIG_HEADERS([config.h])
AC_ARG_ENABLE([macosx-universal],
- AS_HELP_STRING([--enable-macosx-universal], [build a Mac OS X univeral binary (ppc and x86)]))
+ AS_HELP_STRING([--enable-macosx-universal], [build a Mac OS X univeral binary (ppc and x86)]),
+ [], [enable_macosx_universal="no"])
if test x"$enable_macosx_universal" != x"no" ; then
case "$host_os" in
*darwin*)