#! /bin/sh
-# From configure.in Revision: 1.30
+# From configure.in Revision: 1.31
case "$target" in
- *-aix* | alpha*-linux* )
+ *-aix* | alpha*-linux* | *cygwin )
echo "configure: warning: Shared libraries not supported on $target. Using static libs instead" 1>&2
enableshared=no
;;
if { (eval echo configure:1731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
- deal_II_isnan_flag="-DHAVE_ISNAN $testflag"
+ deal_II_isnan_flag="-DHAVE_ISNAN $testflag"
break;
else
cat conftest.$ac_ext >&5
rm -rf conftest*
-
+
fi
rm -f conftest*
done
if { (eval echo configure:1803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
- deal_II_isnan_flag="-DHAVE_ISNAN $testflag"
+ deal_II_isnan_flag="-DHAVE_ISNAN $testflag"
break;
else
cat conftest.$ac_ext >&5
rm -rf conftest*
-
+
fi
rm -f conftest*
done
enableshared=yes)
dnl On AIX and alpha, shared libs don't work for us at present, so
-dnl disable them (we should probably use libtool there)
+dnl disable them (we should probably use libtool there). Likewise on
+dnl CygWin Windows systems, where we don't know how to create shared
+dnl libs at all (at least at present)
case "$target" in
- *-aix* | alpha*-linux* )
+ *-aix* | alpha*-linux* | *cygwin )
AC_MSG_WARN(Shared libraries not supported on $target. Using static libs instead)
enableshared=no
;;
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams