changeset 419 | 3d8ad40ef561 |
parent 415 | 104f32d04cd1 |
child 425 | edbbe5775244 |
--- 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