summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-01-01 13:33:12 -0500
committerGaetan Nadon <memsize@videotron.ca>2010-01-01 16:11:37 -0500
commit2c8a072222d0cbb7ccf63470af76738b33f1b11f (patch)
treecc7c26fa2f1a76aa88b51cae2739e2e84da241b6
parent1eabbd976f21f5922e4a2c125c6ed51ebf936763 (diff)
configure: use "$PKG_CONFIG" rather than hard coded "pkg-config"
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 797cc5e..afefa16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ fi
AC_SUBST([XCURSORGEN])
PKG_CHECK_MODULES(ICONDEFS, xcursor)
-pkg_cursordir=`pkg-config --variable=icondir xcursor`
+pkg_cursordir=`$PKG_CONFIG --variable=icondir xcursor`
AC_ARG_WITH(cursordir,
AC_HELP_STRING([--with-cursordir=<pathname>],
[specify directory for cursor files (default is autodetected)]),