Added
Link Here
|
1 |
--- configure.orig 2023-12-16 10:02:43 UTC |
2 |
+++ configure |
3 |
@@ -8159,12 +8159,12 @@ if test -n "$ARGON2_CFLAGS"; then |
4 |
pkg_cv_ARGON2_CFLAGS="$ARGON2_CFLAGS" |
5 |
elif test -n "$PKG_CONFIG"; then |
6 |
if test -n "$PKG_CONFIG" && \ |
7 |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libargon2 >= 0~20161029\""; } >&5 |
8 |
- ($PKG_CONFIG --exists --print-errors "libargon2 >= 0~20161029") 2>&5 |
9 |
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libargon2 >= 20161029\""; } >&5 |
10 |
+ ($PKG_CONFIG --exists --print-errors "libargon2 >= 20161029") 2>&5 |
11 |
ac_status=$? |
12 |
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
13 |
test $ac_status = 0; }; then |
14 |
- pkg_cv_ARGON2_CFLAGS=`$PKG_CONFIG --cflags "libargon2 >= 0~20161029" 2>/dev/null` |
15 |
+ pkg_cv_ARGON2_CFLAGS=`$PKG_CONFIG --cflags "libargon2 >= 20161029" 2>/dev/null` |
16 |
test "x$?" != "x0" && pkg_failed=yes |
17 |
else |
18 |
pkg_failed=yes |
19 |
@@ -8176,12 +8176,12 @@ if test -n "$ARGON2_LIBS"; then |
20 |
pkg_cv_ARGON2_LIBS="$ARGON2_LIBS" |
21 |
elif test -n "$PKG_CONFIG"; then |
22 |
if test -n "$PKG_CONFIG" && \ |
23 |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libargon2 >= 0~20161029\""; } >&5 |
24 |
- ($PKG_CONFIG --exists --print-errors "libargon2 >= 0~20161029") 2>&5 |
25 |
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libargon2 >= 20161029\""; } >&5 |
26 |
+ ($PKG_CONFIG --exists --print-errors "libargon2 >= 20161029") 2>&5 |
27 |
ac_status=$? |
28 |
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
29 |
test $ac_status = 0; }; then |
30 |
- pkg_cv_ARGON2_LIBS=`$PKG_CONFIG --libs "libargon2 >= 0~20161029" 2>/dev/null` |
31 |
+ pkg_cv_ARGON2_LIBS=`$PKG_CONFIG --libs "libargon2 >= 20161029" 2>/dev/null` |
32 |
test "x$?" != "x0" && pkg_failed=yes |
33 |
else |
34 |
pkg_failed=yes |
35 |
@@ -8202,9 +8202,9 @@ else |
36 |
_pkg_short_errors_supported=no |
37 |
fi |
38 |
if test $_pkg_short_errors_supported = yes; then |
39 |
- ARGON2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libargon2 >= 0~20161029" 2>&1` |
40 |
+ ARGON2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libargon2 >= 20161029" 2>&1` |
41 |
else |
42 |
- ARGON2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libargon2 >= 0~20161029" 2>&1` |
43 |
+ ARGON2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libargon2 >= 20161029" 2>&1` |
44 |
fi |
45 |
# Put the nasty error message in config.log where it belongs |
46 |
echo "$ARGON2_PKG_ERRORS" >&5 |