From 4d72e30530e1ff768999d495aa8c82e8691eaaec Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 19 Dec 2009 20:48:47 -0500 Subject: configure.ac: use backticks rather than $() for cmd subs Use "$PKG_CONFIG" rather than hard coded "pkg-config" Signed-off-by: Gaetan Nadon --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 77fc44e..01a0649 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_SUBST(VIEWRES_CFLAGS) AC_SUBST(VIEWRES_LIBS) PKG_CHECK_MODULES(APPDEFS, xt) -xt_appdefaultdir=$(pkg-config --variable=appdefaultdir xt) +xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` AC_ARG_WITH(appdefaultdir, AC_HELP_STRING([--with-appdefaultdir=], [specify directory for app-defaults files (default is autodetected)]), -- cgit v1.2.3