]> git.pld-linux.org Git - packages/nss.git/commitdiff
- avoid runtime pkgconfig dep
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Nov 2006 00:02:31 +0000 (00:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nss-config.in -> 1.4

nss-config.in

index da2a316486a1735fb118d03ebd3be89e83ee126b..c6a60c7fa5c067d7f0573430466f30a063412c32 100644 (file)
@@ -88,13 +88,13 @@ done
 
 # Set variables that may be dependent upon other variables
 if test -z "$exec_prefix"; then
-    exec_prefix=`pkg-config --variable=exec_prefix nss`
+    exec_prefix=@exec_prefix@
 fi
 if test -z "$includedir"; then
-    includedir=`pkg-config --variable=includedir nss`
+    includedir=@includedir@
 fi
 if test -z "$libdir"; then
-    libdir=`pkg-config --variable=libdir nss`
+    libdir=@libdir@
 fi
 
 if test "$echo_prefix" = "yes"; then
This page took 0.042198 seconds and 4 git commands to generate.