]> git.proxmox.com Git - mirror_lxc.git/blobdiff - configure.ac
Revert "use a default per-container logfile"
[mirror_lxc.git] / configure.ac
index 6888701c98e87f5369d75099baece3e322c236b9..d1f5ad950f9c27baeaf5d5d6006b5f0aef968237 100644 (file)
@@ -157,13 +157,6 @@ AC_ARG_WITH([rootfs-path],
                [lxc rootfs mount point]
        )], [], [with_rootfs_path=['${libdir}/lxc/rootfs']])
 
-# Container log path.  By default, use $lxcpath.
-AC_ARG_WITH([log-path],
-       [AC_HELP_STRING(
-               [--with-log-path=dir],
-               [per container log path]
-       )], [], [with_log_path=['${with_config_path}']])
-
 # Expand some useful variables
 AS_AC_EXPAND(PREFIX, "$prefix")
 AS_AC_EXPAND(LIBDIR, "$libdir")
@@ -180,7 +173,6 @@ AS_AC_EXPAND(LXCPATH, "$with_config_path")
 AS_AC_EXPAND(LXCROOTFSMOUNT, "$with_rootfs_path")
 AS_AC_EXPAND(LXCTEMPLATEDIR, "$datadir/lxc/templates")
 AS_AC_EXPAND(LXCINITDIR, "$libexecdir")
-AS_AC_EXPAND(LOGPATH, "$with_log_path")
 
 # Check for some standard kernel headers
 AC_CHECK_HEADERS([linux/unistd.h linux/netlink.h linux/genetlink.h],