X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_header_assert.m4;h=f72f2d5e62589946d130abcb7a01cf5a14f2aaac;hb=e229a51b6a425b7715050242afb57443afcc463d;hp=1bd95eb58b4d316bbdb6c7f0d13484f73bbea319;hpb=c67da677fe0944d3d2d3ff46e65fc3bc775404ae;p=awesomized%2Flibmemcached diff --git a/m4/pandora_header_assert.m4 b/m4/pandora_header_assert.m4 index 1bd95eb5..f72f2d5e 100644 --- a/m4/pandora_header_assert.m4 +++ b/m4/pandora_header_assert.m4 @@ -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"],