mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 21:03:10 +02:00
2007-09-11 Marco Barisione <marco@barisione.org> * configure.in: fix a typo in the previous commit. (#475854, comment #4) svn path=/trunk/; revision=5750
This commit is contained in:
parent
3c4e0759d6
commit
324ee4c07c
@ -4,6 +4,9 @@
|
|||||||
* configure.in: propagate the pcre flags to libglib and not to all
|
* configure.in: propagate the pcre flags to libglib and not to all
|
||||||
parts of glib. (#475854, dmacks@netspace.org)
|
parts of glib. (#475854, dmacks@netspace.org)
|
||||||
|
|
||||||
|
* configure.in: fix a typo in the previous commit. (#475854, comment
|
||||||
|
#4)
|
||||||
|
|
||||||
2007-09-11 Matthias Clasen <mclasen@redhat.com>
|
2007-09-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* configure.in: Define G_ATOMIC_ARM.
|
* configure.in: Define G_ATOMIC_ARM.
|
||||||
|
@ -2213,7 +2213,7 @@ if test x$enable_regex = xtrue; then
|
|||||||
glib_cv_pcre_has_unicode=yes,
|
glib_cv_pcre_has_unicode=yes,
|
||||||
glib_cv_pcre_has_unicode=no,
|
glib_cv_pcre_has_unicode=no,
|
||||||
glib_cv_pcre_has_unicode=yes)
|
glib_cv_pcre_has_unicode=yes)
|
||||||
CFLAGS="$lib_save_CFLAGS"
|
CFLAGS="$glib_save_CFLAGS"
|
||||||
LDFLAGS="$glib_save_LDFLAGS"
|
LDFLAGS="$glib_save_LDFLAGS"
|
||||||
])
|
])
|
||||||
if test "$glib_cv_pcre_has_unicode" = "no"; then
|
if test "$glib_cv_pcre_has_unicode" = "no"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user