From: caremoli Date: Tue, 19 May 2009 07:09:56 +0000 (+0000) Subject: CCAR: remove error in AM_CONDITIONAL X-Git-Tag: V5_1_2rc1~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5e3146d7e6d0cabb6b07909b4afce8d6bbf8f789;p=modules%2Fkernel.git CCAR: remove error in AM_CONDITIONAL --- diff --git a/configure.ac b/configure.ac index 993a66e5e..e0bd5f730 100644 --- a/configure.ac +++ b/configure.ac @@ -414,7 +414,7 @@ echo CHECK_HTML_GENERATORS # Additional conditional to avoid compilation of non-portable code -AM_CONDITIONAL(WINDOWS, 0) +AM_CONDITIONAL(WINDOWS, [ test ]) echo echo ============================================================