Whamcloud - gitweb
LU-4214 target: LWP failover should create new export
[fs/lustre-release.git] / configure.ac
index 96b4968..b772a0f 100644 (file)
@@ -5,10 +5,6 @@ sinclude(lustre/autoconf/lustre-version.ac)
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([config])
 
-# Overridden by --without-ldiskfs/--with-zfs configure options
-AM_CONDITIONAL(LDISKFS_ENABLED, true)
-AM_CONDITIONAL(ZFS_ENABLED, false)
-
 LB_CHECK_VERSION
 
 LC_CONFIG_SRCDIR
@@ -19,6 +15,7 @@ AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability])
 AM_MAINTAINER_MODE([enable])
 
 AC_PROG_CC
+AC_PROG_LIBTOOL
 
 AM_PROG_AS