[vlc-devel] commit: Fix the pkg-config warning ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Mar 23 21:04:56 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sun Mar 23 21:39:04 2008 +0200| [9be56f9b9e3fd8cce4dd68214de2047be20ec5c6]

Fix the pkg-config warning

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

 bootstrap |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/bootstrap b/bootstrap
index 7d0bbd0..8365459 100755
--- a/bootstrap
+++ b/bootstrap
@@ -141,9 +141,8 @@ if [ "$PKGCONFIG" = "no" ]; then
   cat << EOF
 
 ==============================================================
-NOTE: you do not have the "pkg-config" utility on your system;
-detection of the Gtk-2.0 and GNOME 2.0 libraries will not be
-reliable.
+NOTE: "pkg-config" is missing from your system. Certain
+libraries may not be detected properly.
 EOF
 fi
 




More information about the vlc-devel mailing list