From: Trent Nelson Date: Tue, 28 Jun 2011 21:09:00 +0000 (-0400) Subject: Remove log path with arg from configure. X-Git-Tag: upstream/1.9.6^2~359^2 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=c3d740919fa978037a9b4ff3266d116ac99fa821 Remove log path with arg from configure. It doesn't seem to be in use anymore? --- diff --git a/configure.ac b/configure.ac index 5b8f1fa..94783ec 100644 --- a/configure.ac +++ b/configure.ac @@ -22,18 +22,6 @@ if test x$HAVE_RPCGEN != xyes; then AC_MSG_ERROR([Can not find required program]) fi -# option: logdir -AC_ARG_WITH([logdir], - [AC_HELP_STRING([--with-logdir=DIR], - [path to log directory [[LOCALSTATEDIR/log]]])], - [LOGDIR=$withval], - [LOGDIR='${localstatedir}/log']) - -#if test ! -d "$LOGDIR"; then -# AC_MSG_ERROR([--with-logdir must specify a path]) -#fi -AC_SUBST(LOGDIR) - #option: examples AC_ARG_ENABLE([examples], [AC_HELP_STRING([--enable-examples],