diff options
Diffstat (limited to 'configure.ac')
-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") |