Hi....
Got a problem here ...
I am trying to install the glib 2.18.4 in fedora 9...

when i try to install glib using yum ...i got a version 1:1.2.10-29.fc9 ...so i started installing manually...

when i run ./autogen --prefix=/usr/local

i got an error :::
./configure: line 29532: syntax error near unexpected token `PCRE,'
./configure: line 29532: ` PKG_CHECK_MODULES(PCRE,'

That line 29523 is :::
if test "x$with_pcre" = xsystem; then
PKG_CHECK_MODULES(PCRE,
libpcre >= $PCRE_REQUIRED_VERSION)

I already got a pcre.i386 0:7.3-4.fc9 in my system...
And i installed the pkg-config and ai exported PKG_CONFIG_PATH=/usr/local/lib/pkgconfig...

Any solution to this...

Thanks...