diff options
author | Kamil Dudka <kdudka@redhat.com> | 2012-04-06 16:05:25 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2012-04-13 12:19:36 +0200 |
commit | 42aa796150a580a0adff714c157d3b38b7672c7f (patch) | |
tree | 4693a4dc9adb8833faafd22c53cc91048fe38749 /lib/curl_config.h.cmake | |
parent | 2a902738fb77f90918b394ddc1a9045c3b0a82b5 (diff) | |
download | curl-42aa796150a580a0adff714c157d3b38b7672c7f.tar.gz |
nss: unconditionally require PK11_CreateGenericObject()
This bumps the minimal supported version of NSS to 3.12.x.
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r-- | lib/curl_config.h.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 303eea91b..454c9e6d2 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -441,9 +441,6 @@ /* Define to 1 if you have the `pipe' function. */ #cmakedefine HAVE_PIPE ${HAVE_PIPE} -/* if you have the function PK11_CreateGenericObject */ -#cmakedefine HAVE_PK11_CREATEGENERICOBJECT ${HAVE_PK11_CREATEGENERICOBJECT} - /* Define to 1 if you have a working poll function. */ #cmakedefine HAVE_POLL ${HAVE_POLL} |