aports/community/unrealircd/0001.configure-without-running-config.patch
2023-03-24 15:40:51 +01:00

10 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