mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 05:05:14 +03:00
9 lines
288 B
Diff
9 lines
288 B
Diff
--- a/configure 2021-10-03 14:09:18.000000000 +0000
|
|
+++ b/configure 2021-10-03 14:09:18:000000000 +0000
|
|
@@ -2305,7 +2305,7 @@
|
|
|
|
-if test "x$enable_dynamic_linking" = "x"; then
|
|
+if test "$enable_dynamic_linking" = "x"; then
|
|
echo "Please use ./Config instead of ./configure"
|
|
exit 1
|
|
fi
|