summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-06-09 15:43:45 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-06-09 15:43:45 +0000
commitbe879d12d4fbb4bb5ad86309ec40620a04502b9b (patch)
treee49576465a0552bf392235cac4cb09b39582efb1 /configure.ac
parentc0e8f19061f91db1c190d5747264a1b6aac45335 (diff)
downloadmpc-be879d12d4fbb4bb5ad86309ec40620a04502b9b.tar.gz
removed logging macros, which were essentially unused
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@587 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 05070b6..2b2e911 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,18 +71,6 @@ AC_ARG_WITH([gmp],
AC_MSG_FAILURE([Do not use --with-gmp and --with-gmp-include/--with-gmp-lib options simultaneously.])
fi
])
-AC_ARG_VAR([MPC_USE_LOGGING], [defined if logging support wanted])
-AC_ARG_ENABLE([logging],
- [AC_HELP_STRING([--enable-logging],
- [enable MPC logging [default=no]])],
- [
- case $enableval in
- yes) AC_DEFINE([MPC_USE_LOGGING],1,[Logging support]) ;;
- no) ;;
- *) AC_MSG_ERROR([bad value for --enable-logging: yes or no])
- ;;
- esac
- ])
dnl
dnl Setup CC and CFLAGS