# HG changeset patch # User Sam Lantinga # Date 1024595238 0 # Node ID 3d8ad40ef5610c76fc06a736cdb44ff6281565f9 # Parent 337f3ec4c385cae865f98379e8c34ba287b38a8b Allow building from another top level directory diff -r 337f3ec4c385 -r 3d8ad40ef561 configure.in --- a/configure.in Sun Jun 16 04:17:57 2002 +0000 +++ b/configure.in Thu Jun 20 17:47:18 2002 +0000 @@ -548,7 +548,7 @@ AC_PATH_X AC_PATH_XTRA if test x$have_x = xyes; then - CFLAGS="$CFLAGS $X_CFLAGS -DENABLE_X11 -Iinclude -Isrc/video" + CFLAGS="$CFLAGS $X_CFLAGS -DENABLE_X11 -I\$(top_srcdir)/include -I\$(top_srcdir)/src/video" if test x$ac_cv_func_shmat != xyes; then CFLAGS="$CFLAGS -DNO_SHARED_MEMORY" fi