From: Sage Weil Date: Fri, 11 Jul 2008 04:21:37 +0000 (-0700) Subject: autoconf fixup X-Git-Tag: v0.3~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2cdc7b1659fa27d759cf20f13881291727dc3d40;p=ceph.git autoconf fixup --- diff --git a/configure.ac b/configure.ac index 268348fb74c..2a2c69e3394 100644 --- a/configure.ac +++ b/configure.ac @@ -35,8 +35,8 @@ AC_CHECK_LIB([pthread], [pthread_create]) AC_ARG_WITH([debug], [AS_HELP_STRING([--with-debug], [build extra debug binaries])], [], - [want_debug=yes]) -AM_CONDITIONAL(WITH_DEBUG, [test "$want_debug" = "yes"]) + [with_debug=no]) +AM_CONDITIONAL(WITH_DEBUG, [test "WITH_DEBUG" = "1"]) # fuse? AC_ARG_WITH([fuse],