summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/video_out.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/video_out.m4 b/m4/video_out.m4
index 5cd9854fd..17630758a 100644
--- a/m4/video_out.m4
+++ b/m4/video_out.m4
@@ -281,7 +281,7 @@ AC_DEFUN([XINE_VIDEO_OUT_PLUGINS], [
saved_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -L/usr/openwin/lib"
AC_CHECK_LIB([dga], [XDgaGrabDrawable],
[AC_CHECK_HEADER([dga/dga.h],
- [SUNDGA_CFLAGS="-I/usr/openwin/include"
+ [SUNDGA_CPPFLAGS="-I/usr/openwin/include"
SUNDGA_LIBS="-L/usr/openwin/lib -R/usr/openwin/lib -ldga"
have_sundga=yes])])
CPPFLAGS="$saved_CPPFLAGS" LDFLAGS="$saved_LDFLAGS"