configure: remove the --with-libdir parameter.
authorMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 12:35:46 +0000 (14:35 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 21:19:59 +0000 (23:19 +0200)
This is redundant: use the autoconf-provided --libdir instead.
This will also make the new distinction between libdir and modulesdir
more visible.

Michael

source/m4/check_path.m4

index c39efc66f515b7780ae14893879085e741cd738e..1d25827df65d338ec8f58556955c559ff1c00cf4 100644 (file)
@@ -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,