Updates from ddm4
[awesomized/libmemcached] / m4 / pandora_header_assert.m4
diff --git a/m4/pandora_header_assert.m4 b/m4/pandora_header_assert.m4
deleted file mode 100644 (file)
index f72f2d5..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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.
-
-dnl PANDORA_HEADER_ASSERT
-dnl ----------------
-dnl Check whether to enable assertions.
-AC_DEFUN([PANDORA_HEADER_ASSERT],
-[
-  AC_CHECK_HEADERS(assert.h)
-  AC_MSG_CHECKING([whether to enable assertions])
-  AC_ARG_ENABLE([assert],
-    [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"], 
-    [AC_DEFINE(NDEBUG, 1, [Define to 1 if assertions should be disabled.])])
-])
-