From 6f243ea4348bcea415da12881951b3da652fff04 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 12 Sep 2004 19:39:00 +0000 Subject: configure script update git-svn-id: file:///home/lennart/svn/public/xmms-pulse/trunk@20 ef929aba-56e2-0310-84e0-b7573d389508 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 124f6b4..0c50b77 100644 --- a/configure.ac +++ b/configure.ac @@ -62,9 +62,9 @@ if test "x$XMMS_CONFIG" = "x" ; then AC_MSG_ERROR([*** Please install xmms-config of the xmms-dev package into your \$PATH ***]) fi -XMMS_CFLAGS=$($XMMS_CONFIG --cflags) -XMMS_LIBS=$($XMMS_CONFIG --libs) -XMMS_OUTPUTPLUGINDIR=$($XMMS_CONFIG --output-plugin-dir) +XMMS_CFLAGS=`$XMMS_CONFIG --cflags` +XMMS_LIBS=`$XMMS_CONFIG --libs` +XMMS_OUTPUTPLUGINDIR=`$XMMS_CONFIG --output-plugin-dir` AC_SUBST(XMMS_CFLAGS) AC_SUBST(XMMS_LIBS) -- cgit