[vlc-devel] commit: Cosmetic ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Oct 14 19:35:00 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Oct 14 20:15:43 2009 +0300| [1905cebd914de9728996f7d1218261804516fa00] | committer: Rémi Denis-Courmont 

Cosmetic

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1905cebd914de9728996f7d1218261804516fa00
---

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 96ac1b0..5ca0f96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -924,7 +924,9 @@ if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
 AC_CHECK_HEADERS(pthread.h)
 fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
 
-dnl it seems that autoconf do the pkg-config detection only for the first PKG_CHECK_MODULES in the configure.ac ( which is logical) but in our case it is nested in a if so it was not working if you're not on linux or have disable hal.
+dnl It seems that autoconf detects pkg-config only during the first
+dnl PKG_CHECK_MODULES from configure.ac - which makes sense. But in our case,
+dnl it is nested within a conditional block, so it was not working right.
 dnl Make PKG_CONFIG_PATH precious so that it appears in the help and get saved
 AC_ARG_VAR(PKG_CONFIG_PATH,
 	   [Paths where to find .pc not at the default location])




More information about the vlc-devel mailing list