From 28ba78a9716f3c105cdfb5f7519f2435dd9cb271 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 1 Sep 2010 18:46:46 +0200 Subject: gobject: Fix pkgconfig file variable I confused % and $. I blame it on spec files. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 =========================================================================== -- cgit v1.2.3