X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/6433794da64fdd089cabb7b82f7f4d8608d98c32..bb305b31ce8cd0c2ce214fd56732905c08fe080a:/configure.ac diff --git a/configure.ac b/configure.ac index 7239adb..11b1293 100644 --- a/configure.ac +++ b/configure.ac @@ -168,6 +168,8 @@ AS_IF([test x"$dx_cv_xpm_to_png" = x"gm convert"], AC_CHECK_PROGS([OPTIPNG], [optipng]) : "${OPTIPNG:=:}" +AM_CONDITIONAL([USE_NLS], [test x"$USE_NLS" = x"yes"]) + AC_CONFIG_FILES([Makefile]) AC_OUTPUT