File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 1.311 .
2+ # From configure.in Revision: 1.313 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.53.
55#
@@ -3070,7 +3070,12 @@ fi;
30703070
30713071if test -z " $enable_shared "
30723072then
3073- enable_shared=" no"
3073+ case $ac_sys_system in
3074+ CYGWIN* )
3075+ enable_shared=" yes" ;;
3076+ * )
3077+ enable_shared=" no" ;;
3078+ esac
30743079fi
30753080echo " $as_me :$LINENO : result: $enable_shared " >&5
30763081echo " ${ECHO_T} $enable_shared " >&6
Original file line number Diff line number Diff line change @@ -337,7 +337,12 @@ AC_ARG_ENABLE(shared,
337337
338338if test -z "$enable_shared"
339339then
340- enable_shared="no"
340+ case $ac_sys_system in
341+ CYGWIN*)
342+ enable_shared="yes";;
343+ *)
344+ enable_shared="no";;
345+ esac
341346fi
342347AC_MSG_RESULT($enable_shared)
343348
You can’t perform that action at this time.
0 commit comments