summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTomas Carnecky <tomas.carnecky@gmail.com>2012-05-21 19:47:01 +0000
committerAdam Jackson <ajax@redhat.com>2015-09-23 11:03:26 -0400
commit44ea291b78b39ed5fd03f9693ac9525b866e183b (patch)
treebb152799970349171450cbdc6b51e6cdc24e1c81 /configure.ac
parent1e95a7df5f2e919ce59c5188d2ad1b30c3ac8595 (diff)
Remove NO_LIBCWRAPPER define
I'll just refer to 1faba79 (Death to libcwrapper., 2007-12-03). Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Tomas Carnecky <tomas.carnecky@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bb56529cf..f38345a33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1536,8 +1536,6 @@ AC_DEFINE_UNQUOTED(VENDOR_NAME_SHORT, ["$VENDOR_NAME_SHORT"], [Vendor name])
AC_DEFINE_UNQUOTED(VENDOR_RELEASE, [$VENDOR_RELEASE], [Vendor release])
AC_DEFINE_UNQUOTED(VENDOR_MAN_VERSION, ["$VENDOR_MAN_VERSION"], [Vendor man version])
-AC_DEFINE(NO_LIBCWRAPPER, 1, [Define to 1 if modules should avoid the libcwrapper])
-
if test "x$DEBUGGING" = xyes; then
AC_DEFINE(DEBUG, 1, [Enable debugging code])
fi