X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=config%2Flustre-build.m4;h=32b3861c41007196d943d406e5143246b36c69f7;hp=aa75c048925f8093afc39632a894e28cf28cae83;hb=01def2b635ff0b7bacde158d9124334c42cd5d2b;hpb=92c51841c50cc4061c20b277d3f7c4468f2a80cc diff --git a/config/lustre-build.m4 b/config/lustre-build.m4 index aa75c04..32b3861 100644 --- a/config/lustre-build.m4 +++ b/config/lustre-build.m4 @@ -18,12 +18,6 @@ case $target_os in linux*) lb_target_os="linux" ;; - darwin*) - lb_target_os="darwin" - ;; - solaris*) - lb_target_os="SunOS" - ;; esac AC_SUBST(lb_target_os) ]) # LB_CANONICAL_SYSTEM @@ -239,9 +233,6 @@ AS_IF([test "x$enable_modules" = xyes], [ LN_PROG_LINUX AS_IF([test "x$enable_server" != xno], [LB_EXT4_SRC_DIR]) LC_PROG_LINUX - ], [darwin*], [ - LB_PROG_DARWIN - LIBCFS_PROG_DARWIN ], [*], [ # This is strange - Lustre supports a target we don't AC_MSG_ERROR([Modules are not supported on $target_os]) @@ -433,8 +424,6 @@ AM_CONDITIONAL([TESTS], [test x$enable_tests = xyes]) AM_CONDITIONAL([DOC], [test x$ENABLE_DOC = x1]) AM_CONDITIONAL([INIT_SCRIPTS], [test x$ENABLE_INIT_SCRIPTS = x1]) AM_CONDITIONAL([LINUX], [test x$lb_target_os = xlinux]) -AM_CONDITIONAL([DARWIN], [test x$lb_target_os = xdarwin]) -AM_CONDITIONAL([SUNOS], [test x$lb_target_os = xSunOS]) AM_CONDITIONAL([USES_DPKG], [test x$uses_dpkg = xyes]) AM_CONDITIONAL([USE_QUILT], [test x$use_quilt = xyes]) @@ -447,8 +436,6 @@ AM_CONDITIONAL(HAVE_PCLMULQDQ, test x$target_cpu = "xx86_64" -a x$target_vendor AS_IF([test x$target_cpu = "xx86_64" -a x$target_vendor != "xk1om"], [AC_DEFINE(HAVE_PCLMULQDQ, 1, [have PCLMULQDQ instruction])]) -LB_DARWIN_CONDITIONALS - LIBCFS_CONDITIONALS LN_CONDITIONALS LC_CONDITIONALS