On Tue, Sep 18, 2007 at 02:35:05AM +0100, Daniel P. Berrange wrote:
AC_HELP_STRING([--enable-debug=no/yes],
- [enable debugging output]))
+ [enable debugging output]),[],[enable_debug=no])
Note, AC_HELP_STRING is deprecated in autoconf 2.59 and later, use
AS_HELP_STRING.
if test x"$enable_debug" = x"yes"; then
AC_DEFINE(ENABLE_DEBUG, [], [whether debugging is enabled])
fi
@@ -190,35 +190,24 @@ WITH_XEN=0
WITH_XEN=0
if test "$with_openvz" = "yes" ; then
I see x"$value" somewhere only.
Karel
--
Karel Zak <kzak(a)redhat.com>