1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/unrealircd/0001.configure-without-running-config.patch
2021-12-05 19:37:47 +00:00

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