From 14a6982a509a0a77bc60f3c7010c2182ce62533e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 15 Aug 2008 14:35:46 +0200 Subject: configure: remove the --with-libdir parameter. This is redundant: use the autoconf-provided --libdir instead. This will also make the new distinction between libdir and modulesdir more visible. Michael (This used to be commit c1d53b7c767275b39dc8ecfcd5b6129ee2cabb6d) --- source3/m4/check_path.m4 | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'source3/m4/check_path.m4') diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4 index c39efc66f5..1d25827df6 100644 --- a/source3/m4/check_path.m4 +++ b/source3/m4/check_path.m4 @@ -176,22 +176,6 @@ AC_ARG_WITH(ctdb, ;; esac]) -################################################# -# set lib directory location -AC_ARG_WITH(libdir, -[AS_HELP_STRING([--with-libdir=DIR], [Where to put libdir ($libdir)])], -[ case "$withval" in - yes|no) - # - # Just in case anybody does it - # - AC_MSG_WARN([--with-libdir without argument - will use default]) - ;; - * ) - libdir="$withval" - ;; - esac]) - ################################################# # set shared modules (internal lib) directory location AC_ARG_WITH(modulesdir, -- cgit