diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4d1b226..031f6ff 100644 --- a/configure.ac +++ b/configure.ac @@ -72,8 +72,8 @@ AC_ARG_WITH([gamecube], AC_HELP_STRING([--with-gamecube],[enable gamecube suppor AC_ARG_WITH([zlib], AC_HELP_STRING([--without-zlib],[disable gamecube support]), [ with_zlib="$withval"], [ with_zlib=yes ] ) -AC_ARG_WITH([xen], AC_HELP_STRING([--with-xen],[enable extended xen support]), - [ with_xen="$withval"], [ with_xen=no ] ) +AC_ARG_WITH([xen], AC_HELP_STRING([--without-xen], + [disable extended xen support]), [ with_xen="$withval"], [ with_xen=yes ] ) dnl ---Programs dnl To specify a different compiler, just 'export CC=/path/to/compiler' |