]> git.draconx.ca Git - rrace.git/blobdiff - configure.ac
Replace TAP testsuite macros with dxcommon versions.
[rrace.git] / configure.ac
index 064c3247e7c31428343dda1b86c3ef0c4f9aeaa5..11b12933c7a3584b5c27419ed32c4c0d6f5b58f7 100644 (file)
@@ -19,6 +19,8 @@ gl_EARLY
 LT_INIT
 gl_INIT
 
+AC_C_FLEXIBLE_ARRAY_MEMBER
+
 AC_CACHE_SAVE
 m4_include([lib/gnulib.mk])
 
@@ -166,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