Mercurial > sdl-ios-xcode
comparison configure.in @ 4694:c24ba2cc9583
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 22 Aug 2010 12:07:55 -0700 |
parents | 2cfd55c58cd9 5378f2d0754f |
children | 7b1d35d98294 |
comparison
equal
deleted
inserted
replaced
4638:08d22c54a21f | 4694:c24ba2cc9583 |
---|---|
1003 | 1003 |
1004 | 1004 |
1005 dnl Find the X11 include and library directories | 1005 dnl Find the X11 include and library directories |
1006 CheckX11() | 1006 CheckX11() |
1007 { | 1007 { |
1008 | |
1009 | |
1008 AC_ARG_ENABLE(video-x11, | 1010 AC_ARG_ENABLE(video-x11, |
1009 AC_HELP_STRING([--enable-video-x11], [use X11 video driver [[default=yes]]]), | 1011 AC_HELP_STRING([--enable-video-x11], [use X11 video driver [[default=yes]]]), |
1010 , enable_video_x11=yes) | 1012 , enable_video_x11=yes) |
1011 if test x$enable_video = xyes -a x$enable_video_x11 = xyes; then | 1013 if test x$enable_video = xyes -a x$enable_video_x11 = xyes; then |
1012 case "$host" in | 1014 case "$host" in |