Mercurial > sdl-ios-xcode
comparison configure.in @ 1808:3e5029051a6d
Only set Mac OS X default if both parameters are left default
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 10 May 2006 15:21:14 +0000 |
parents | f173f8fe1fc6 |
children | a7cda692b681 |
comparison
equal
deleted
inserted
replaced
1807:f173f8fe1fc6 | 1808:3e5029051a6d |
---|---|
789 , enable_video_x11=yes) | 789 , enable_video_x11=yes) |
790 if test x$enable_video = xyes -a x$enable_video_x11 = xyes; then | 790 if test x$enable_video = xyes -a x$enable_video_x11 = xyes; then |
791 case "$host" in | 791 case "$host" in |
792 *-*-darwin*) | 792 *-*-darwin*) |
793 # This isn't necessary for X11, but fixes GLX detection | 793 # This isn't necessary for X11, but fixes GLX detection |
794 if test "x$x_includes" = xNONE; then | 794 if test "x$x_includes" = xNONE && test "x$x_libraries" = xNONE; then |
795 x_includes="/usr/X11R6/include" | 795 x_includes="/usr/X11R6/include" |
796 fi | |
797 if test "x$x_libraries" != xNONE; then | |
798 x_libraries="/usr/X11R6/lib" | 796 x_libraries="/usr/X11R6/lib" |
799 fi | 797 fi |
800 ;; | 798 ;; |
801 esac | 799 esac |
802 AC_PATH_X | 800 AC_PATH_X |