Blame SOURCES/bz990539-4-remove_nss_nspr_check.patch

182b9e
diff -urN fence-agents-4.0.2.orig/configure fence-agents-4.0.2/configure
182b9e
--- fence-agents-4.0.2.orig/configure	2014-02-18 21:26:07.087204966 +0100
182b9e
+++ fence-agents-4.0.2/configure	2014-02-18 21:32:17.932860775 +0100
182b9e
@@ -615,6 +615,7 @@
182b9e
 ac_subst_vars='am__EXEEXT_FALSE
182b9e
 am__EXEEXT_TRUE
182b9e
 LTLIBOBJS
182b9e
+GNUTLSCLI_PATH
182b9e
 BUILD_XENAPILIB_FALSE
182b9e
 BUILD_XENAPILIB_TRUE
182b9e
 AGENTS_LIST
182b9e
@@ -626,13 +627,6 @@
182b9e
 DEFAULT_CONFIG_FILE
182b9e
 DEFAULT_CONFIG_DIR
182b9e
 LIBOBJS
182b9e
-nspr_LIBS
182b9e
-nspr_CFLAGS
182b9e
-nss_LIBS
182b9e
-nss_CFLAGS
182b9e
-PKG_CONFIG_LIBDIR
182b9e
-PKG_CONFIG_PATH
182b9e
-PKG_CONFIG
182b9e
 CXXCPP
182b9e
 am__fastdepCXX_FALSE
182b9e
 am__fastdepCXX_TRUE
182b9e
@@ -778,14 +772,7 @@
182b9e
 CXX
182b9e
 CXXFLAGS
182b9e
 CCC
182b9e
-CXXCPP
182b9e
-PKG_CONFIG
182b9e
-PKG_CONFIG_PATH
182b9e
-PKG_CONFIG_LIBDIR
182b9e
-nss_CFLAGS
182b9e
-nss_LIBS
182b9e
-nspr_CFLAGS
182b9e
-nspr_LIBS'
182b9e
+CXXCPP'
182b9e
 
182b9e
 
182b9e
 # Initialize some variables set by options.
182b9e
@@ -1446,15 +1433,6 @@
182b9e
   CXX         C++ compiler command
182b9e
   CXXFLAGS    C++ compiler flags
182b9e
   CXXCPP      C++ preprocessor
182b9e
-  PKG_CONFIG  path to pkg-config utility
182b9e
-  PKG_CONFIG_PATH
182b9e
-              directories to add to pkg-config's search path
182b9e
-  PKG_CONFIG_LIBDIR
182b9e
-              path overriding pkg-config's built-in search path
182b9e
-  nss_CFLAGS  C compiler flags for nss, overriding pkg-config
182b9e
-  nss_LIBS    linker flags for nss, overriding pkg-config
182b9e
-  nspr_CFLAGS C compiler flags for nspr, overriding pkg-config
182b9e
-  nspr_LIBS   linker flags for nspr, overriding pkg-config
182b9e
 
182b9e
 Use these variables to override the choices made by `configure' or to help
182b9e
 it to find libraries and programs with nonstandard names/locations.
182b9e
@@ -16179,309 +16157,6 @@
182b9e
 	LIBS=$ac_check_lib_save_LIBS
182b9e
 }
182b9e
 
182b9e
-# external libs
182b9e
-
182b9e
-
182b9e
-
182b9e
-
182b9e
-
182b9e
-
182b9e
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
182b9e
-	if test -n "$ac_tool_prefix"; then
182b9e
-  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
182b9e
-set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
182b9e
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
182b9e
-$as_echo_n "checking for $ac_word... " >&6; }
182b9e
-if ${ac_cv_path_PKG_CONFIG+:} false; then :
182b9e
-  $as_echo_n "(cached) " >&6
182b9e
-else
182b9e
-  case $PKG_CONFIG in
182b9e
-  [\\/]* | ?:[\\/]*)
182b9e
-  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
182b9e
-  ;;
182b9e
-  *)
182b9e
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182b9e
-for as_dir in $PATH
182b9e
-do
182b9e
-  IFS=$as_save_IFS
182b9e
-  test -z "$as_dir" && as_dir=.
182b9e
-    for ac_exec_ext in '' $ac_executable_extensions; do
182b9e
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
182b9e
-    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
182b9e
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
182b9e
-    break 2
182b9e
-  fi
182b9e
-done
182b9e
-  done
182b9e
-IFS=$as_save_IFS
182b9e
-
182b9e
-  ;;
182b9e
-esac
182b9e
-fi
182b9e
-PKG_CONFIG=$ac_cv_path_PKG_CONFIG
182b9e
-if test -n "$PKG_CONFIG"; then
182b9e
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
182b9e
-$as_echo "$PKG_CONFIG" >&6; }
182b9e
-else
182b9e
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
182b9e
-$as_echo "no" >&6; }
182b9e
-fi
182b9e
-
182b9e
-
182b9e
-fi
182b9e
-if test -z "$ac_cv_path_PKG_CONFIG"; then
182b9e
-  ac_pt_PKG_CONFIG=$PKG_CONFIG
182b9e
-  # Extract the first word of "pkg-config", so it can be a program name with args.
182b9e
-set dummy pkg-config; ac_word=$2
182b9e
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
182b9e
-$as_echo_n "checking for $ac_word... " >&6; }
182b9e
-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
182b9e
-  $as_echo_n "(cached) " >&6
182b9e
-else
182b9e
-  case $ac_pt_PKG_CONFIG in
182b9e
-  [\\/]* | ?:[\\/]*)
182b9e
-  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
182b9e
-  ;;
182b9e
-  *)
182b9e
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182b9e
-for as_dir in $PATH
182b9e
-do
182b9e
-  IFS=$as_save_IFS
182b9e
-  test -z "$as_dir" && as_dir=.
182b9e
-    for ac_exec_ext in '' $ac_executable_extensions; do
182b9e
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
182b9e
-    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
182b9e
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
182b9e
-    break 2
182b9e
-  fi
182b9e
-done
182b9e
-  done
182b9e
-IFS=$as_save_IFS
182b9e
-
182b9e
-  ;;
182b9e
-esac
182b9e
-fi
182b9e
-ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
182b9e
-if test -n "$ac_pt_PKG_CONFIG"; then
182b9e
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
182b9e
-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
182b9e
-else
182b9e
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
182b9e
-$as_echo "no" >&6; }
182b9e
-fi
182b9e
-
182b9e
-  if test "x$ac_pt_PKG_CONFIG" = x; then
182b9e
-    PKG_CONFIG=""
182b9e
-  else
182b9e
-    case $cross_compiling:$ac_tool_warned in
182b9e
-yes:)
182b9e
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
182b9e
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
182b9e
-ac_tool_warned=yes ;;
182b9e
-esac
182b9e
-    PKG_CONFIG=$ac_pt_PKG_CONFIG
182b9e
-  fi
182b9e
-else
182b9e
-  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
182b9e
-fi
182b9e
-
182b9e
-fi
182b9e
-if test -n "$PKG_CONFIG"; then
182b9e
-	_pkg_min_version=0.9.0
182b9e
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
182b9e
-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
182b9e
-	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
182b9e
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
182b9e
-$as_echo "yes" >&6; }
182b9e
-	else
182b9e
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
182b9e
-$as_echo "no" >&6; }
182b9e
-		PKG_CONFIG=""
182b9e
-	fi
182b9e
-fi
182b9e
-
182b9e
-pkg_failed=no
182b9e
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nss" >&5
182b9e
-$as_echo_n "checking for nss... " >&6; }
182b9e
-
182b9e
-if test -n "$nss_CFLAGS"; then
182b9e
-    pkg_cv_nss_CFLAGS="$nss_CFLAGS"
182b9e
- elif test -n "$PKG_CONFIG"; then
182b9e
-    if test -n "$PKG_CONFIG" && \
182b9e
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"nss\""; } >&5
182b9e
-  ($PKG_CONFIG --exists --print-errors "nss") 2>&5
182b9e
-  ac_status=$?
182b9e
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
182b9e
-  test $ac_status = 0; }; then
182b9e
-  pkg_cv_nss_CFLAGS=`$PKG_CONFIG --cflags "nss" 2>/dev/null`
182b9e
-else
182b9e
-  pkg_failed=yes
182b9e
-fi
182b9e
- else
182b9e
-    pkg_failed=untried
182b9e
-fi
182b9e
-if test -n "$nss_LIBS"; then
182b9e
-    pkg_cv_nss_LIBS="$nss_LIBS"
182b9e
- elif test -n "$PKG_CONFIG"; then
182b9e
-    if test -n "$PKG_CONFIG" && \
182b9e
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"nss\""; } >&5
182b9e
-  ($PKG_CONFIG --exists --print-errors "nss") 2>&5
182b9e
-  ac_status=$?
182b9e
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
182b9e
-  test $ac_status = 0; }; then
182b9e
-  pkg_cv_nss_LIBS=`$PKG_CONFIG --libs "nss" 2>/dev/null`
182b9e
-else
182b9e
-  pkg_failed=yes
182b9e
-fi
182b9e
- else
182b9e
-    pkg_failed=untried
182b9e
-fi
182b9e
-
182b9e
-
182b9e
-
182b9e
-if test $pkg_failed = yes; then
182b9e
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
182b9e
-$as_echo "no" >&6; }
182b9e
-
182b9e
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
182b9e
-        _pkg_short_errors_supported=yes
182b9e
-else
182b9e
-        _pkg_short_errors_supported=no
182b9e
-fi
182b9e
-        if test $_pkg_short_errors_supported = yes; then
182b9e
-	        nss_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "nss" 2>&1`
182b9e
-        else
182b9e
-	        nss_PKG_ERRORS=`$PKG_CONFIG --print-errors "nss" 2>&1`
182b9e
-        fi
182b9e
-	# Put the nasty error message in config.log where it belongs
182b9e
-	echo "$nss_PKG_ERRORS" >&5
182b9e
-
182b9e
-	as_fn_error $? "Package requirements (nss) were not met:
182b9e
-
182b9e
-$nss_PKG_ERRORS
182b9e
-
182b9e
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
182b9e
-installed software in a non-standard prefix.
182b9e
-
182b9e
-Alternatively, you may set the environment variables nss_CFLAGS
182b9e
-and nss_LIBS to avoid the need to call pkg-config.
182b9e
-See the pkg-config man page for more details." "$LINENO" 5
182b9e
-
182b9e
-elif test $pkg_failed = untried; then
182b9e
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
182b9e
-$as_echo "no" >&6; }
182b9e
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
182b9e
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
182b9e
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
182b9e
-is in your PATH or set the PKG_CONFIG environment variable to the full
182b9e
-path to pkg-config.
182b9e
-
182b9e
-Alternatively, you may set the environment variables nss_CFLAGS
182b9e
-and nss_LIBS to avoid the need to call pkg-config.
182b9e
-See the pkg-config man page for more details.
182b9e
-
182b9e
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
182b9e
-See \`config.log' for more details" "$LINENO" 5; }
182b9e
-
182b9e
-else
182b9e
-	nss_CFLAGS=$pkg_cv_nss_CFLAGS
182b9e
-	nss_LIBS=$pkg_cv_nss_LIBS
182b9e
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
182b9e
-$as_echo "yes" >&6; }
182b9e
-
182b9e
-fi
182b9e
-
182b9e
-pkg_failed=no
182b9e
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nspr" >&5
182b9e
-$as_echo_n "checking for nspr... " >&6; }
182b9e
-
182b9e
-if test -n "$nspr_CFLAGS"; then
182b9e
-    pkg_cv_nspr_CFLAGS="$nspr_CFLAGS"
182b9e
- elif test -n "$PKG_CONFIG"; then
182b9e
-    if test -n "$PKG_CONFIG" && \
182b9e
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"nspr\""; } >&5
182b9e
-  ($PKG_CONFIG --exists --print-errors "nspr") 2>&5
182b9e
-  ac_status=$?
182b9e
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
182b9e
-  test $ac_status = 0; }; then
182b9e
-  pkg_cv_nspr_CFLAGS=`$PKG_CONFIG --cflags "nspr" 2>/dev/null`
182b9e
-else
182b9e
-  pkg_failed=yes
182b9e
-fi
182b9e
- else
182b9e
-    pkg_failed=untried
182b9e
-fi
182b9e
-if test -n "$nspr_LIBS"; then
182b9e
-    pkg_cv_nspr_LIBS="$nspr_LIBS"
182b9e
- elif test -n "$PKG_CONFIG"; then
182b9e
-    if test -n "$PKG_CONFIG" && \
182b9e
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"nspr\""; } >&5
182b9e
-  ($PKG_CONFIG --exists --print-errors "nspr") 2>&5
182b9e
-  ac_status=$?
182b9e
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
182b9e
-  test $ac_status = 0; }; then
182b9e
-  pkg_cv_nspr_LIBS=`$PKG_CONFIG --libs "nspr" 2>/dev/null`
182b9e
-else
182b9e
-  pkg_failed=yes
182b9e
-fi
182b9e
- else
182b9e
-    pkg_failed=untried
182b9e
-fi
182b9e
-
182b9e
-
182b9e
-
182b9e
-if test $pkg_failed = yes; then
182b9e
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
182b9e
-$as_echo "no" >&6; }
182b9e
-
182b9e
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
182b9e
-        _pkg_short_errors_supported=yes
182b9e
-else
182b9e
-        _pkg_short_errors_supported=no
182b9e
-fi
182b9e
-        if test $_pkg_short_errors_supported = yes; then
182b9e
-	        nspr_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "nspr" 2>&1`
182b9e
-        else
182b9e
-	        nspr_PKG_ERRORS=`$PKG_CONFIG --print-errors "nspr" 2>&1`
182b9e
-        fi
182b9e
-	# Put the nasty error message in config.log where it belongs
182b9e
-	echo "$nspr_PKG_ERRORS" >&5
182b9e
-
182b9e
-	as_fn_error $? "Package requirements (nspr) were not met:
182b9e
-
182b9e
-$nspr_PKG_ERRORS
182b9e
-
182b9e
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
182b9e
-installed software in a non-standard prefix.
182b9e
-
182b9e
-Alternatively, you may set the environment variables nspr_CFLAGS
182b9e
-and nspr_LIBS to avoid the need to call pkg-config.
182b9e
-See the pkg-config man page for more details." "$LINENO" 5
182b9e
-
182b9e
-elif test $pkg_failed = untried; then
182b9e
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
182b9e
-$as_echo "no" >&6; }
182b9e
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
182b9e
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
182b9e
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
182b9e
-is in your PATH or set the PKG_CONFIG environment variable to the full
182b9e
-path to pkg-config.
182b9e
-
182b9e
-Alternatively, you may set the environment variables nspr_CFLAGS
182b9e
-and nspr_LIBS to avoid the need to call pkg-config.
182b9e
-See the pkg-config man page for more details.
182b9e
-
182b9e
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
182b9e
-See \`config.log' for more details" "$LINENO" 5; }
182b9e
-
182b9e
-else
182b9e
-	nspr_CFLAGS=$pkg_cv_nspr_CFLAGS
182b9e
-	nspr_LIBS=$pkg_cv_nspr_LIBS
182b9e
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
182b9e
-$as_echo "yes" >&6; }
182b9e
-
182b9e
-fi
182b9e
-
182b9e
 # Checks for header files.
182b9e
 for ac_header in arpa/inet.h fcntl.h libintl.h limits.h netdb.h stddef.h sys/socket.h sys/time.h syslog.h
182b9e
 do :
182b9e
@@ -17064,7 +16739,49 @@
182b9e
 CPPFLAGS="-I\$(top_builddir)/make -I\$(top_srcdir)/make -I. $ENV_CPPFLAGS"
182b9e
 LDFLAGS="$ENV_LDFLAGS"
182b9e
 
182b9e
-ac_config_files="$ac_config_files Makefile fence/Makefile fence/agents/Makefile fence/agents/alom/Makefile fence/agents/apc/Makefile fence/agents/apc_snmp/Makefile fence/agents/baytech/Makefile fence/agents/bladecenter/Makefile fence/agents/brocade/Makefile fence/agents/bullpap/Makefile fence/agents/cisco_mds/Makefile fence/agents/cisco_ucs/Makefile fence/agents/cpint/Makefile fence/agents/drac/Makefile fence/agents/drac5/Makefile fence/agents/dummy/Makefile fence/agents/eaton_snmp/Makefile fence/agents/egenera/Makefile fence/agents/eps/Makefile fence/agents/hpblade/Makefile fence/agents/ibmblade/Makefile fence/agents/ipdu/Makefile fence/agents/ifmib/Makefile fence/agents/ilo/Makefile fence/agents/ilo_mp/Makefile fence/agents/intelmodular/Makefile fence/agents/ipmilan/Makefile fence/agents/kdump/Makefile fence/agents/ldom/Makefile fence/agents/lib/Makefile fence/agents/lpar/Makefile fence/agents/manual/Makefile fence/agents/mcdata/Makefile fence/agents/nss_wrapper/Makefile fence/agents/rackswitch/Makefile fence/agents/ovh/Makefile fence/agents/rhevm/Makefile fence/agents/rsa/Makefile fence/agents/rsb/Makefile fence/agents/sanbox2/Makefile fence/agents/scsi/Makefile fence/agents/virsh/Makefile fence/agents/vixel/Makefile fence/agents/vmware/Makefile fence/agents/vmware_soap/Makefile fence/agents/wti/Makefile fence/agents/xcat/Makefile fence/agents/xenapi/Makefile fence/agents/hds_cb/Makefile fence/agents/zvm/Makefile doc/Makefile"
182b9e
+# Extract the first word of "gnutlscli", so it can be a program name with args.
182b9e
+set dummy gnutlscli; ac_word=$2
182b9e
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
182b9e
+$as_echo_n "checking for $ac_word... " >&6; }
182b9e
+if ${ac_cv_path_GNUTLSCLI_PATH+:} false; then :
182b9e
+  $as_echo_n "(cached) " >&6
182b9e
+else
182b9e
+  case $GNUTLSCLI_PATH in
182b9e
+  [\\/]* | ?:[\\/]*)
182b9e
+  ac_cv_path_GNUTLSCLI_PATH="$GNUTLSCLI_PATH" # Let the user override the test with a path.
182b9e
+  ;;
182b9e
+  *)
182b9e
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182b9e
+for as_dir in $PATH
182b9e
+do
182b9e
+  IFS=$as_save_IFS
182b9e
+  test -z "$as_dir" && as_dir=.
182b9e
+    for ac_exec_ext in '' $ac_executable_extensions; do
182b9e
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
182b9e
+    ac_cv_path_GNUTLSCLI_PATH="$as_dir/$ac_word$ac_exec_ext"
182b9e
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
182b9e
+    break 2
182b9e
+  fi
182b9e
+done
182b9e
+  done
182b9e
+IFS=$as_save_IFS
182b9e
+
182b9e
+  test -z "$ac_cv_path_GNUTLSCLI_PATH" && ac_cv_path_GNUTLSCLI_PATH="/usr/bin/gnutls-cli"
182b9e
+  ;;
182b9e
+esac
182b9e
+fi
182b9e
+GNUTLSCLI_PATH=$ac_cv_path_GNUTLSCLI_PATH
182b9e
+if test -n "$GNUTLSCLI_PATH"; then
182b9e
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNUTLSCLI_PATH" >&5
182b9e
+$as_echo "$GNUTLSCLI_PATH" >&6; }
182b9e
+else
182b9e
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
182b9e
+$as_echo "no" >&6; }
182b9e
+fi
182b9e
+
182b9e
+
182b9e
+
182b9e
+ac_config_files="$ac_config_files Makefile fence/Makefile fence/agents/Makefile fence/agents/alom/Makefile fence/agents/apc/Makefile fence/agents/apc_snmp/Makefile fence/agents/baytech/Makefile fence/agents/bladecenter/Makefile fence/agents/brocade/Makefile fence/agents/bullpap/Makefile fence/agents/cisco_mds/Makefile fence/agents/cisco_ucs/Makefile fence/agents/cpint/Makefile fence/agents/drac/Makefile fence/agents/drac5/Makefile fence/agents/dummy/Makefile fence/agents/eaton_snmp/Makefile fence/agents/egenera/Makefile fence/agents/eps/Makefile fence/agents/hpblade/Makefile fence/agents/ibmblade/Makefile fence/agents/ipdu/Makefile fence/agents/ifmib/Makefile fence/agents/ilo/Makefile fence/agents/ilo_mp/Makefile fence/agents/intelmodular/Makefile fence/agents/ipmilan/Makefile fence/agents/kdump/Makefile fence/agents/ldom/Makefile fence/agents/lib/Makefile fence/agents/lpar/Makefile fence/agents/manual/Makefile fence/agents/mcdata/Makefile fence/agents/rackswitch/Makefile fence/agents/ovh/Makefile fence/agents/rhevm/Makefile fence/agents/rsa/Makefile fence/agents/rsb/Makefile fence/agents/sanbox2/Makefile fence/agents/scsi/Makefile fence/agents/virsh/Makefile fence/agents/vixel/Makefile fence/agents/vmware/Makefile fence/agents/vmware_soap/Makefile fence/agents/wti/Makefile fence/agents/xcat/Makefile fence/agents/xenapi/Makefile fence/agents/hds_cb/Makefile fence/agents/zvm/Makefile doc/Makefile"
182b9e
 
182b9e
 
182b9e
 cat >confcache <<\_ACEOF
182b9e
@@ -18221,7 +17938,6 @@
182b9e
     "fence/agents/lpar/Makefile") CONFIG_FILES="$CONFIG_FILES fence/agents/lpar/Makefile" ;;
182b9e
     "fence/agents/manual/Makefile") CONFIG_FILES="$CONFIG_FILES fence/agents/manual/Makefile" ;;
182b9e
     "fence/agents/mcdata/Makefile") CONFIG_FILES="$CONFIG_FILES fence/agents/mcdata/Makefile" ;;
182b9e
-    "fence/agents/nss_wrapper/Makefile") CONFIG_FILES="$CONFIG_FILES fence/agents/nss_wrapper/Makefile" ;;
182b9e
     "fence/agents/rackswitch/Makefile") CONFIG_FILES="$CONFIG_FILES fence/agents/rackswitch/Makefile" ;;
182b9e
     "fence/agents/ovh/Makefile") CONFIG_FILES="$CONFIG_FILES fence/agents/ovh/Makefile" ;;
182b9e
     "fence/agents/rhevm/Makefile") CONFIG_FILES="$CONFIG_FILES fence/agents/rhevm/Makefile" ;;