Loading configure +14 −5 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ fdt="" kvm="" nptl="" sdl="" sparse="no" vde="" vnc_tls="" vnc_sasl="" Loading @@ -194,7 +195,6 @@ xen="" gprof="no" debug_tcg="no" debug="no" sparse="no" strip_opt="yes" bigendian="no" mingw32="no" Loading Loading @@ -682,10 +682,6 @@ echo "NOTE: The object files are built at the place where configure is launched" exit 1 fi if test ! -x "$(which cgcc 2>/dev/null)"; then sparse="no" fi # # Solaris specific configure tool chain decisions # Loading Loading @@ -892,6 +888,19 @@ EOF fi fi ########################################## # Sparse probe if test "$sparse" != "no" ; then if test -x "$(which cgcc 2>/dev/null)"; then sparse=yes else if test "$sparse" = "yes" ; then feature_not_found "sparse" fi sparse=no fi fi ########################################## # SDL probe Loading Loading
configure +14 −5 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ fdt="" kvm="" nptl="" sdl="" sparse="no" vde="" vnc_tls="" vnc_sasl="" Loading @@ -194,7 +195,6 @@ xen="" gprof="no" debug_tcg="no" debug="no" sparse="no" strip_opt="yes" bigendian="no" mingw32="no" Loading Loading @@ -682,10 +682,6 @@ echo "NOTE: The object files are built at the place where configure is launched" exit 1 fi if test ! -x "$(which cgcc 2>/dev/null)"; then sparse="no" fi # # Solaris specific configure tool chain decisions # Loading Loading @@ -892,6 +888,19 @@ EOF fi fi ########################################## # Sparse probe if test "$sparse" != "no" ; then if test -x "$(which cgcc 2>/dev/null)"; then sparse=yes else if test "$sparse" = "yes" ; then feature_not_found "sparse" fi sparse=no fi fi ########################################## # SDL probe Loading