11 lines
333 B
Text
11 lines
333 B
Text
|
--- configure.in.orig Sat May 25 20:10:42 2002
|
||
|
+++ configure.in Sat May 25 20:12:06 2002
|
||
|
@@ -10,6 +10,7 @@ AC_STDC_HEADERS
|
||
|
|
||
|
AC_HEADER_STDC
|
||
|
AC_CHECK_HEADERS(unistd.h stdio.h stdlib.h string.h time.h)
|
||
|
+AC_CHECK_LIB(X11, XMoveWindow)
|
||
|
|
||
|
AM_PATH_SDL(1.2.0,,AC_ERROR("SDL 1.2.0 or better is required. Get it at http://libsdl.org."))
|
||
|
|