configure: remove the --with-libdir parameter.
[jra/samba/.git] / source3 / 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,