diff options
| author | Marcel Holtmann <[email protected]> | 2022-06-20 18:13:19 +0200 | 
|---|---|---|
| committer | Marcel Holtmann <[email protected]> | 2022-06-20 18:13:19 +0200 | 
| commit | 08d5df2b60d47532b7dfba1a91714a3fa20dd4a1 (patch) | |
| tree | c6f18f00583f3c5d66830a4fdbcafb95191aa47c | |
| parent | 9f2e1916b6f28db3a263697f2dabb3c1a0f04ad6 (diff) | |
build: Update to support Libtool >= 2.2
| -rw-r--r-- | configure.ac | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 79e1828..4f6fad7 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,8 @@ AC_PROG_CC  AC_PROG_CC_PIE  AC_PROG_INSTALL -LT_INIT +LT_PREREQ(2.2) +LT_INIT([disable-static])  AC_ARG_ENABLE(optimization, AS_HELP_STRING([--disable-optimization],  			[disable code optimization through compiler]), [  | 
