aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-02-05 02:48:56 -0500
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-02-05 02:48:56 -0500
commit6a792d0ef603f04b560b6423881dd54d48c86615 (patch)
treeb4b1af23db7798c420d57c30f712765accd425ce /configure.ac
parentPort to GFile, and add shell_utils_trivial_set_and_save() to simplify on_hand... (diff)
downloadopenrc-settingsd-6a792d0ef603f04b560b6423881dd54d48c86615.tar.gz
openrc-settingsd-6a792d0ef603f04b560b6423881dd54d48c86615.tar.bz2
openrc-settingsd-6a792d0ef603f04b560b6423881dd54d48c86615.zip
Enable/disable debug at runtime via --debug flag
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 5abb61c..9e64fea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,15 +19,6 @@ if test "x$GDBUS_CODEGEN" = x; then
AC_MSG_ERROR([Failed to find gdbus-codegen])
fi
-AC_ARG_ENABLE([debug],
- [AS_HELP_STRING([--enable-debug],
- [enable extra debugging messages])],
- [], [enable_debug=no])
-if test "x$enable_debug" = "xyes" ; then
- AC_MSG_RESULT([enabling extra debugging messages])
- AC_DEFINE(OPENRC_SETTINGSD_DEBUG,1,[Enable extra debugging messages.])
-fi
-
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile