From 324ee4c07cc6d06ebde79ba09828518af6ef7eae Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Tue, 11 Sep 2007 20:22:18 +0000 Subject: [PATCH] fix a typo in the previous commit. (#475854, comment #4) 2007-09-11 Marco Barisione * configure.in: fix a typo in the previous commit. (#475854, comment #4) svn path=/trunk/; revision=5750 --- ChangeLog | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ae1a0f282..56336bc9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ * configure.in: propagate the pcre flags to libglib and not to all parts of glib. (#475854, dmacks@netspace.org) + * configure.in: fix a typo in the previous commit. (#475854, comment + #4) + 2007-09-11 Matthias Clasen * configure.in: Define G_ATOMIC_ARM. diff --git a/configure.in b/configure.in index ffb6808d0..4348110da 100644 --- a/configure.in +++ b/configure.in @@ -2213,7 +2213,7 @@ if test x$enable_regex = xtrue; then glib_cv_pcre_has_unicode=yes, glib_cv_pcre_has_unicode=no, glib_cv_pcre_has_unicode=yes) - CFLAGS="$lib_save_CFLAGS" + CFLAGS="$glib_save_CFLAGS" LDFLAGS="$glib_save_LDFLAGS" ]) if test "$glib_cv_pcre_has_unicode" = "no"; then