Remove log path with arg from configure.

It doesn't seem to be in use anymore?
libnfs-4.0.0-vitalif
Trent Nelson 2011-06-28 17:09:00 -04:00
parent 4a75cfa214
commit c3d740919f
1 changed files with 0 additions and 12 deletions

View File

@ -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],