summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-09-01 18:46:46 +0200
committerBenjamin Otte <otte@redhat.com>2010-09-01 18:46:46 +0200
commit28ba78a9716f3c105cdfb5f7519f2435dd9cb271 (patch)
tree7efa2eb1bfd54752920d26e9764cdca0b344a4ae /configure.ac
parent61a1835e40d0b6d786951143779077d16ed2486e (diff)
downloadcairo-28ba78a9716f3c105cdfb5f7519f2435dd9cb271.tar.gz
gobject: Fix pkgconfig file variable
I confused % and $. I blame it on spec files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index beaad9d20..a8b0f9b95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -658,7 +658,7 @@ CAIRO_ENABLE_FUNCTIONS(gobject, gobject, auto, [
gobject_REQUIRES="gobject-2.0 glib-2.0"
PKG_CHECK_MODULES(GOBJECT, $gobject_REQUIRES, , [AC_MSG_RESULT(no)
use_gobject="no (requires $gobject_REQUIRES http://download.gnome.org/pub/GNOME/sources/glib/)"])
- gobject_NONPKGCONFIG_EXTRA_LIBS="-L\%{libdir} -lcairo-gobject"
+ gobject_NONPKGCONFIG_EXTRA_LIBS="-L\${libdir} -lcairo-gobject"
])
dnl ===========================================================================