]> err.no Git - mapper/commitdiff
Print message if epspeak is enabled
authorKaj-Michael Lang <milang@tal.org>
Thu, 20 Mar 2008 08:58:54 +0000 (10:58 +0200)
committerKaj-Michael Lang <milang@tal.org>
Thu, 20 Mar 2008 08:58:54 +0000 (10:58 +0200)
configure.ac

index a5fe5fcd9fbb0d7c94289039de0c671a9ccc73be..188337067cf80d1dd558e1567d6d284dd313134e 100644 (file)
@@ -476,6 +476,10 @@ if test x$enable_gst = xyes; then
 AC_MSG_NOTICE([** Gstreamer support enabled])
 fi
 
+if test "x$HAVE_ESPEAK" = "xyes"; then
+AC_MSG_NOTICE([** espeak support enabled])
+fi
+
 if test x$enable_cairo = xyes; then
 AC_MSG_NOTICE([** Using cairo for graphics])
 fi