diff options
author | rbuj <[email protected]> | 2022-07-25 15:18:50 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-11-10 03:40:59 +0000 |
commit | e3bc482992b05f70b9dac33bd427a0dd1cfaa8dc (patch) | |
tree | 6b79696459927967c5ef03da49822773a160447e | |
parent | 04945d83af914b03cae51766da5d57c1319b7f8c (diff) | |
download | libmatekbd-e3bc482992b05f70b9dac33bd427a0dd1cfaa8dc.tar.bz2 libmatekbd-e3bc482992b05f70b9dac33bd427a0dd1cfaa8dc.tar.xz |
configure.ac: The macro 'AC_HELP_STRING' is obsolete
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a23abf7..f5ba2f9 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ AC_SUBST(XLIB_LIBS) GLIB_GSETTINGS AC_ARG_ENABLE([tests], - AC_HELP_STRING([--disable-tests], [Dont build the test apps]),, + AS_HELP_STRING([--disable-tests], [Dont build the test apps]),, [enable_tests=yes]) AM_CONDITIONAL(BUILD_TESTS, test "$enable_tests" = "yes") |