Update from latest ddm4
[awesomized/libmemcached] / m4 / pandora_header_assert.m4
index 1bd95eb58b4d316bbdb6c7f0d13484f73bbea319..f72f2d5e62589946d130abcb7a01cf5a14f2aaac 100644 (file)
@@ -1,5 +1,5 @@
-dnl  Copyright (C) 2009 Sun Microsystems
-dnl This file is free software; Sun Microsystems
+dnl  Copyright (C) 2009 Sun Microsystems, Inc.
+dnl This file is free software; Sun Microsystems, Inc.
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
@@ -11,10 +11,10 @@ AC_DEFUN([PANDORA_HEADER_ASSERT],
   AC_CHECK_HEADERS(assert.h)
   AC_MSG_CHECKING([whether to enable assertions])
   AC_ARG_ENABLE([assert],
-    [AS_HELP_STRING([--disable-assert],
-       [Turn off assertions])],
-    [ac_cv_assert="no"],
-    [ac_cv_assert="yes"])
+    [AS_HELP_STRING([--enable-assert],
+       [Turn on assertions])],
+    [ac_cv_assert="yes"],
+    [ac_cv_assert="no"])
   AC_MSG_RESULT([$ac_cv_assert])
 
   AS_IF([test "$ac_cv_assert" = "no"],