summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-06-13 14:43:18 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-06-13 14:43:18 +0000
commit183768ab610f9d81fb21ba2fc1c732d27c38c873 (patch)
tree7716c66775ed3a0abed50365f13271a092f0457a
parent790dad65f9551eb48728e44afb443998f89e4cea (diff)
downloadxine-lib-183768ab610f9d81fb21ba2fc1c732d27c38c873.tar.gz
xine-lib-183768ab610f9d81fb21ba2fc1c732d27c38c873.tar.bz2
typo fix reported by Joel Fredrikson, closes bug #971770
CVS patchset: 6683 CVS date: 2004/06/13 14:43:18
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b33902683..80606eb27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -640,7 +640,7 @@ AC_CHECK_LIB(dga, XDgaGrabDrawable, [
ac_have_sundga=yes
], )
], , "-L/usr/openwin/lib")
-CPPFLAGS="$saved_CFLAGS"
+CPPFLAGS="$saved_CPPFLAGS"
AM_CONDITIONAL(HAVE_SUNDGA, [test x"$ac_have_sundga" = "xyes"])
AC_SUBST(SUNDGA_CFLAGS)
AC_SUBST(SUNDGA_LIBS)