mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 18:33:17 +00:00
12 lines
366 B
Diff
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
|