diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-12 15:12:08 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-12 15:12:08 -0500 |
commit | f4d2e3972e8f1c14cefa649e2da9bb83a06363c6 (patch) | |
tree | 2fe522e9f28690eba828a62530cef1389e22e7f0 | |
parent | 7264d4132b8520069f6f8855cc3847805057d39b (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.ac | 1 |
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]) |