]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
autoconf fixup
authorSage Weil <sage@newdream.net>
Fri, 11 Jul 2008 04:21:37 +0000 (21:21 -0700)
committerSage Weil <sage@newdream.net>
Fri, 11 Jul 2008 20:30:03 +0000 (13:30 -0700)
configure.ac

index 268348fb74c21166ab11318b9b721c555bec2144..2a2c69e33945e086eb6cb770ab2f3c6110ac1ec3 100644 (file)
@@ -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],