Files
termux-packages/packages/ugrep/configure.ac.patch
2024-06-07 15:08:58 +00:00

12 lines
366 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -396,7 +396,7 @@
AC_ARG_ENABLE(static,
[AS_HELP_STRING([--enable-static],
[build static ugrep binaries])],
- [enable_static=yes],
+ [enable_static=$enableval],
[enable_static=no])
AC_MSG_CHECKING(for --enable-static)
if test "x$enable_static" == "xyes"; then