Author: glen                         Date: Thu Nov  2 00:02:37 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- avoid runtime pkgconfig dep

---- Files affected:
SOURCES:
   nss-config.in (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/nss-config.in
diff -u SOURCES/nss-config.in:1.3 SOURCES/nss-config.in:1.4
--- SOURCES/nss-config.in:1.3   Thu Nov  2 01:01:55 2006
+++ SOURCES/nss-config.in       Thu Nov  2 01:02:31 2006
@@ -88,13 +88,13 @@
 
 # Set variables that may be dependent upon other variables
 if test -z "$exec_prefix"; then
-    exec_prefix=`pkg-config --variable=exec_prefix nss`
+    [EMAIL PROTECTED]@
 fi
 if test -z "$includedir"; then
-    includedir=`pkg-config --variable=includedir nss`
+    [EMAIL PROTECTED]@
 fi
 if test -z "$libdir"; then
-    libdir=`pkg-config --variable=libdir nss`
+    [EMAIL PROTECTED]@
 fi
 
 if test "$echo_prefix" = "yes"; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nss-config.in?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to