14 lines
455 B
Diff
14 lines
455 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index e1d01c6..72a5019 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -118,7 +118,7 @@
|
|
fi
|
|
AM_CONDITIONAL(ISCSITEST, [test "$ac_cv_have_cunit" = yes -a "$enable_shared" = "yes"])
|
|
|
|
-AM_CONDITIONAL(LD_ISCSI, [expr "(" "$host_os" : "linux" ")" "&" "$enable_shared" "=" "yes"])
|
|
+AM_CONDITIONAL(LD_ISCSI, [false])
|
|
|
|
AC_CHECK_MEMBER([struct CU_SuiteInfo.pSetUpFunc],
|
|
[AC_DEFINE([HAVE_CU_SUITEINFO_PSETUPFUNC], 1,
|