diff options
Diffstat (limited to 'm4/gst-x11.m4')
-rw-r--r-- | m4/gst-x11.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-x11.m4 b/m4/gst-x11.m4 index 1723ca5..c41ddff 100644 --- a/m4/gst-x11.m4 +++ b/m4/gst-x11.m4 @@ -13,7 +13,7 @@ AC_DEFUN([AG_GST_CHECK_X], AC_CHECK_HEADER([X11/Xlib.h], [ dnl and then the library with the most uniquitous function AC_CHECK_LIB(X11, [XSync], [HAVE_X="yes"], [], [$X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS]) - ]) + ], [], [AC_INCLUDES_DEFAULT]) if test "x$HAVE_X" = "xno" then |