diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-05-06 17:00:10 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-05-06 17:00:10 +0100 |
commit | 0a7612aa881a537b18adf7f99c6d2591925150dd (patch) | |
tree | 802a3b4d6b130893344fee5bcb8959017b1b71f9 /m4 | |
parent | 1f5d3c3163cc3399251827235355087c2affa790 (diff) |
gst-x11.m4: use AC_INCLUDES_DEFAULT in header check as well
https://bugzilla.gnome.org/show_bug.cgi?id=667307
Diffstat (limited to '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 |