tests: Convert GET DATA /TYPE=GNM tests to use Autotest.
[pspp-builds.git] / configure.ac
index e30f93c064ed626d58ce1094fd25290df2f54b44..6d01dc906a14d3e25fc648f7f855d17a969bab4b 100644 (file)
@@ -201,7 +201,7 @@ if test $HAVE_LIBXML2 = yes && test $HAVE_ZLIB = yes; then
 else
   GNM_SUPPORT=no
 fi
-AM_CONDITIONAL([GNM_SUPPORT], [test $GNM_SUPPORT = yes])
+AC_SUBST([GNM_SUPPORT])
 
 dnl ODT support requires libxml2.
 if test $HAVE_LIBXML2 = yes; then