diff options
author | Ian Campbell <ian.campbell@xensource.com> | 2007-03-16 10:10:14 +0000 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2007-03-19 13:38:50 +0900 |
commit | a79df8a5597261fdbc7926b5406e163bb749ccbb (patch) | |
tree | 4bd67cd01437e8cd1d25163d676898cace2183de | |
parent | d73cc37554560b7f282d6a3f2472f6a92ec1458a (diff) |
Fix a cut and paste error in the --without-zlib configure option help.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Acked-by: Magnus Damm <magnus@valinux.co.jp>
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 031f6ff..c6e3cd6 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ AC_ARG_WITH([objdir], AC_HELP_STRING([--with-objdir=<dir>],[select directory for AC_ARG_WITH([gamecube], AC_HELP_STRING([--with-gamecube],[enable gamecube support]), [ EXTRA_CFLAGS="$EXTRA_CFLAGS -DCONFIG_GAMECUBE=1" ]) -AC_ARG_WITH([zlib], AC_HELP_STRING([--without-zlib],[disable gamecube support]), +AC_ARG_WITH([zlib], AC_HELP_STRING([--without-zlib],[disable zlib support]), [ with_zlib="$withval"], [ with_zlib=yes ] ) AC_ARG_WITH([xen], AC_HELP_STRING([--without-xen], |