From a235a20fdae9c3c8098b2d9b646a2b7625cc098b Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 28 Oct 2011 16:57:29 +0200 Subject: [PATCH] remove LOGDIR It looks unused --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/configure.ac b/configure.ac index e6b079a..aa8a9d5 100644 --- a/configure.ac +++ b/configure.ac @@ -26,17 +26,6 @@ if test "$ac_cv_prog_gcc" = yes; then fi AC_SUBST(WARN_CFLAGS) -LOGDIR='${localstatedir}/log' -AC_ARG_WITH([logdir], - [ --with-logdir=DIR path to log directory [[LOCALSTATEDIR/log]]], - LOGDIR=$withval) -if test ! -z "$LOGDIR"; then - if test "$LOGDIR" = "yes" -o "$LOGDIR" = "no"; then - AC_MSG_ERROR([--with-logdir must specify a path]) - fi -fi -AC_SUBST(LOGDIR) - AC_CONFIG_HEADER(config.h) AC_CACHE_CHECK([for sin_len in sock],libiscsi_cv_HAVE_SOCK_SIN_LEN,[