? curl-cc.patch
? orignssc
? docs/examples/certinfo
? docs/examples/httpcustomheader
? docs/examples/sendrecv
? tests/nss
? tests/data/test565
Index: configure.ac
===================================================================
RCS file: /cvsroot/curl/curl/configure.ac,v
retrieving revision 1.434
diff -u -r1.434 configure.ac
--- configure.ac	28 Oct 2009 00:33:28 -0000	1.434
+++ configure.ac	13 Nov 2009 13:24:47 -0000
@@ -1612,8 +1612,14 @@
           version="unknown"
         fi
       fi
+    else	 
+        # Without pkg-config, we'll kludge in some defaults	 
+        addlib="-L$OPT_NSS/lib -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl"	 
+        addcflags="-I$OPT_NSS/include"	 
+        version="unknown"	 
+        nssprefix=$OPT_NSS
     fi
-
+	
     dnl Check for functionPK11_CreateGenericObject
     dnl this is needed for using the PEM PKCS#11 module
     AC_CHECK_LIB(nss3, PK11_CreateGenericObject,

