Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/configure.in Sun Aug 22 11:56:07 2010 -0700 +++ b/configure.in Sun Aug 22 12:07:55 2010 -0700 @@ -1005,6 +1005,8 @@ dnl Find the X11 include and library directories CheckX11() { + + AC_ARG_ENABLE(video-x11, AC_HELP_STRING([--enable-video-x11], [use X11 video driver [[default=yes]]]), , enable_video_x11=yes)