ports/graphics/iview/patches/patch-configure_in

11 lines
333 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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."))