diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b654a2e..d859d59 100644 --- a/configure.ac +++ b/configure.ac @@ -151,6 +151,12 @@ AC_SUBST(BUILD_FILEVERSION) AM_CONDITIONAL(HAVE_W32_SYSTEM, test "$have_w32_system" = yes) +AC_ARG_ENABLE(languages, +[ --disable-languages do not build support for other languages than C]) +AM_CONDITIONAL([LANGUAGES_SOME], [test "x$enable_languages" != xno]) + + + # Substitution AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([po/Makefile.in m4/Makefile]) |