X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/595bcfe9fcb350b8d4aec49df2d03014db4771da..c0392997c9ae7624382ee07a8eddc674c27e68c9:/install/gtk/configure?ds=sidebyside diff --git a/install/gtk/configure b/install/gtk/configure index d8d019336a..b0bba242d0 100755 --- a/install/gtk/configure +++ b/install/gtk/configure @@ -18,7 +18,7 @@ ac_help="$ac_help ac_help="$ac_help **--with-shared create shared libraries" ac_help="$ac_help -**--without-optimise create unoptimised code" +**--with-optimise create optimised code" ac_help="$ac_help **--with-debug_flag create code with DEBUG define set to 1" ac_help="$ac_help @@ -5625,6 +5625,14 @@ if test "$USE_LIBPNG" = 1 ; then LIBPNG="LIBPNG" fi +APPLE_IEEE=NONE +if test "$USE_APPLE_IEEE" = 1 ; then + APPLE_IEEE="APPLE_IEEE" + cat >> confdefs.h <&6 -echo "configure:6008: checking for $ac_word" >&5 +echo "configure:6016: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6035,7 +6043,7 @@ fi min_gtk_version=0.99.7 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 -echo "configure:6039: checking for GTK - version >= $min_gtk_version" >&5 +echo "configure:6047: checking for GTK - version >= $min_gtk_version" >&5 no_gtk="" if test "$GTK_CONFIG" != "no" ; then GTK_CFLAGS=`$GTK_CONFIG --cflags` @@ -6048,7 +6056,7 @@ echo "configure:6039: checking for GTK - version >= $min_gtk_version" >&5 echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < @@ -6070,7 +6078,7 @@ main () } EOF -if { (eval echo configure:6074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null then : else @@ -6121,7 +6129,7 @@ OPENGL_LINK= if test "$USE_OPENGL" = 1; then echo $ac_n "checking for OpenGL includes""... $ac_c" 1>&6 -echo "configure:6125: checking for OpenGL includes" >&5 +echo "configure:6133: checking for OpenGL includes" >&5 ac_find_includes= for ac_dir in $SEARCH_INCLUDE; @@ -6136,7 +6144,7 @@ for ac_dir in $SEARCH_INCLUDE; OPENGL_INCLUDE="-I$ac_find_includes" echo "$ac_t""found $ac_find_includes" 1>&6 echo $ac_n "checking for OpenGL library""... $ac_c" 1>&6 -echo "configure:6140: checking for OpenGL library" >&5 +echo "configure:6148: checking for OpenGL library" >&5 ac_find_libraries= for ac_dir in $SEARCH_LIB;