summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-12 15:12:08 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-12 15:12:08 -0500
commit0d17870b3ab9cb5b74de55183190589adfea873f (patch)
treef0dc67299dc0bc35917e8381e31d5498e2fde791
parent28f3856d1f8b91e23303a8b4831d6cad29b217f5 (diff)
config: remove unrequired AC_SUBST([*_LIBS])
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ecdc567..b84d8cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,6 @@ AC_ARG_WITH(appdefaultdir,
AC_HELP_STRING([--with-appdefaultdir=<pathname>],
[specify directory for app-defaults files (default is autodetected)]),
[appdefaultdir="$withval"], [appdefaultdir="${xt_appdefaultdir}"])
-AC_SUBST(XVIDTUNE_LIBS)
AC_SUBST(appdefaultdir)