X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=de6eadb1d536872d622452688b82e46b6a933b50;hb=7e2360965657e1529103b7b4c6bc32fcbb25ce00;hp=c15e133d407843bd299c67166e24225934a43e78;hpb=e083a0fa35a3579aa5d5f1659b81b88b61bf3cd9;p=xboard.git diff --git a/configure.ac b/configure.ac index c15e133..de6eadb 100644 --- a/configure.ac +++ b/configure.ac @@ -206,6 +206,8 @@ AS_IF([test x"$enable_OSXAPP" = x"yes"], [ AM_CONDITIONAL(OSX_APP, test x"$enable_OSXAPP" = x"yes") +AM_CONDITIONAL(NLS_ENABLED, test x"$USE_NLS" = x"yes") + AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x"$enable_mimedb" = x"yes") if test x"$enable_mimedb" = x"yes"; then AC_PATH_PROG([XDG_MIME],[xdg-mime])