aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_config.h.cmake
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2012-04-06 16:05:25 +0200
committerKamil Dudka <kdudka@redhat.com>2012-04-13 12:19:36 +0200
commit42aa796150a580a0adff714c157d3b38b7672c7f (patch)
tree4693a4dc9adb8833faafd22c53cc91048fe38749 /lib/curl_config.h.cmake
parent2a902738fb77f90918b394ddc1a9045c3b0a82b5 (diff)
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.cmake3
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}