Ticket #53382: configure.patch
File configure.patch, 884 bytes (added by jmroot (Joshua Root), 8 years ago) |
---|
-
configure
old new 13348 13348 darwin*) 13349 13349 # Special case for OSX builds. Append these to give the user a chance to 13350 13350 # override with --with-gl* 13351 glut_cflags=" $glut_cflags|-framework GLUT -framework OpenGL"13352 glut_ldflags=" $glut_ldflags|-framework GLUT -framework OpenGL"13351 glut_cflags="-framework GLUT -framework OpenGL" 13352 glut_ldflags="-framework GLUT -framework OpenGL" 13353 13353 ;; 13354 13354 esac 13355 13355 … … 13366 13366 none) ;; 13367 13367 *) CPPFLAGS="$flag $CPPFLAGS";; 13368 13368 esac 13369 for ac_header in GL /glut.h GLUT/glut.h OpenGL/glut.h13369 for ac_header in GLUT/glut.h OpenGL/glut.h 13370 13370 do : 13371 13371 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 13372 13372 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"