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