summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-11-07 09:48:24 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2013-12-14 20:59:18 +0000
commit430979222056bbc0840e02458ac8bce8281d93db (patch)
treeabd1c3489433af733b9b49a3ab22cb436dad6263
parent40e796b0a3e05248d877d31fb0dafb8baf41b30c (diff)
downloadvala-430979222056bbc0840e02458ac8bce8281d93db.tar.gz
build: Fix a typo in a variable name in configure.ac
https://bugzilla.gnome.org/show_bug.cgi?id=711590
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a95065a02..cfe1d1368 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AC_SUBST(LIBGEE_LIBS)
AC_MSG_CHECKING([for CGRAPH])
valadoc_tmp_LIBADD="$LIBADD"
-valadoc_tmp_CFLAGS="$CFLAGGS"
+valadoc_tmp_CFLAGS="$CFLAGS"
LIBADD="$LIBADD $LIBGVC_LIBS"
CFLAGS="$CFLAGS $LIBGVC_CFLAGS"
AC_RUN_IFELSE(