Blame patches/elinks-0.15.0_pre.local.patch

8cf4e5
diff -ru elinks-0.15.0.orig/configure elinks-0.15.0/configure
8cf4e5
--- elinks-0.15.0.orig/configure	2021-12-24 20:57:15.000000000 +0100
8cf4e5
+++ elinks-0.15.0/configure	2022-01-01 15:57:15.992481385 +0100
8cf4e5
@@ -13347,59 +13347,9 @@
8cf4e5
 
8cf4e5
 		chosen_ssl_library="GNUTLS"
8cf4e5
 
8cf4e5
-		# Extract the first word of "libgcrypt-config", so it can be a program name with args.
8cf4e5
-set dummy libgcrypt-config; ac_word=$2
8cf4e5
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8cf4e5
-printf %s "checking for $ac_word... " >&6; }
8cf4e5
-if test ${ac_cv_path_LIBGCRYPT_CONFIG+y}
8cf4e5
-then :
8cf4e5
-  printf %s "(cached) " >&6
8cf4e5
-else $as_nop
8cf4e5
-  case $LIBGCRYPT_CONFIG in
8cf4e5
-  [\\/]* | ?:[\\/]*)
8cf4e5
-  ac_cv_path_LIBGCRYPT_CONFIG="$LIBGCRYPT_CONFIG" # Let the user override the test with a path.
8cf4e5
-  ;;
8cf4e5
-  *)
8cf4e5
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8cf4e5
-for as_dir in $PATH
8cf4e5
-do
8cf4e5
-  IFS=$as_save_IFS
8cf4e5
-  case $as_dir in #(((
8cf4e5
-    '') as_dir=./ ;;
8cf4e5
-    */) ;;
8cf4e5
-    *) as_dir=$as_dir/ ;;
8cf4e5
-  esac
8cf4e5
-    for ac_exec_ext in '' $ac_executable_extensions; do
8cf4e5
-  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
8cf4e5
-    ac_cv_path_LIBGCRYPT_CONFIG="$as_dir$ac_word$ac_exec_ext"
8cf4e5
-    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
8cf4e5
-    break 2
8cf4e5
-  fi
8cf4e5
-done
8cf4e5
-  done
8cf4e5
-IFS=$as_save_IFS
8cf4e5
-
8cf4e5
-  test -z "$ac_cv_path_LIBGCRYPT_CONFIG" && ac_cv_path_LIBGCRYPT_CONFIG="no"
8cf4e5
-  ;;
8cf4e5
-esac
8cf4e5
-fi
8cf4e5
-LIBGCRYPT_CONFIG=$ac_cv_path_LIBGCRYPT_CONFIG
8cf4e5
-if test -n "$LIBGCRYPT_CONFIG"; then
8cf4e5
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBGCRYPT_CONFIG" >&5
8cf4e5
-printf "%s\n" "$LIBGCRYPT_CONFIG" >&6; }
8cf4e5
-else
8cf4e5
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8cf4e5
-printf "%s\n" "no" >&6; }
8cf4e5
-fi
8cf4e5
-
8cf4e5
-
8cf4e5
-		if test "$LIBGCRYPT_CONFIG" = no; then
8cf4e5
-			as_fn_error $? "libgcrypt-config not found." "$LINENO" 5
8cf4e5
-		fi
8cf4e5
-
8cf4e5
 		# gcry_create_nounce is part of libgcrypt
8cf4e5
-		LIBGCRYPT_CFLAGS=`libgcrypt-config --cflags`
8cf4e5
-		LIBGCRYPT_LIBS=`libgcrypt-config --libs`
8cf4e5
+		LIBGCRYPT_CFLAGS=`$PKG_CONFIG --cflags libgcrypt`
8cf4e5
+		LIBGCRYPT_LIBS=`$PKG_CONFIG --libs libgcrypt`
8cf4e5
 
8cf4e5
 		LIBS="$LIBGCRYPT_LIBS $GNUTLS_LIBS $LIBS"
8cf4e5