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
commitf4d2e3972e8f1c14cefa649e2da9bb83a06363c6 (patch)
tree2fe522e9f28690eba828a62530cef1389e22e7f0
parent7264d4132b8520069f6f8855cc3847805057d39b (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 fe3527b..c9ed8f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,7 +145,6 @@ case $host_os in
;;
esac
-AC_SUBST(XINIT_LIBS)
AC_PATH_PROGS(MCOOKIE, [mcookie], [$MCOOKIE],
[$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/local/bin])