diff options
author | Michael Adam <obnox@samba.org> | 2008-08-15 14:35:46 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-15 23:19:59 +0200 |
commit | 14a6982a509a0a77bc60f3c7010c2182ce62533e (patch) | |
tree | ec62d35c967bf5fa91c02ea648a19c90d8bc7d48 | |
parent | e5830726f48fe786c807c1102f0f44eb38c6749e (diff) | |
download | samba-14a6982a509a0a77bc60f3c7010c2182ce62533e.tar.gz samba-14a6982a509a0a77bc60f3c7010c2182ce62533e.tar.bz2 samba-14a6982a509a0a77bc60f3c7010c2182ce62533e.zip |
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)
-rw-r--r-- | source3/m4/check_path.m4 | 16 |
1 files changed, 0 insertions, 16 deletions
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 @@ -177,22 +177,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, [AS_HELP_STRING([--with-modulesdir=DIR], [Where to put shared modules ($libdir)])], |