Ticket #34672: patch-configure_2.diff
File patch-configure_2.diff, 1.2 KB (added by jerome.lelong@…, 12 years ago) |
---|
-
work/octave-3.4.3/configure
old new 34979 34979 34980 34980 ## fltk (www.fltk.org) 34981 34981 34982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fltk..." >&5 34983 $as_echo_n "checking for fltk... " >&6; } 34984 34985 # Check whether FLTK_CONFIG is set and equal to "no" 34986 use_fltk="auto detect" 34987 if test "${FLTK_CONFIG+set}" = set ; then 34988 if test "${FLTK_CONFIG}" = "no" ; then 34989 use_fltk="disabled" 34990 fi 34991 fi 34992 34993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${use_fltk}" >&5 34994 $as_echo "${use_fltk}" >&6; } 34995 34996 if test "${use_fltk}" != "disabled"; then 34982 34997 34983 34998 # Check whether --with-fltk-prefix was given. 34984 34999 if test "${with_fltk_prefix+set}" = set; then : … … 35055 35070 $as_echo "no" >&6; } 35056 35071 fi 35057 35072 35073 fi 35058 35074 35059 35075 35060 35076 warn_fltk_config="" … … 35072 35088 ;; 35073 35089 esac 35074 35090 35091 case "$CXX" in 35092 *gcc-mp-4.6*) 35093 FLTK_LDFLAGS="`echo $FLTK_LDFLAGS | sed -e 's/-arch [^ ]* / /g'`" 35094 ;; 35095 esac 35096 35097 35075 35098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenGL support in FLTK" >&5 35076 35099 $as_echo_n "checking for OpenGL support in FLTK... " >&6; } 35077 35100 save_CFLAGS="$CFLAGS"