]> granicus.if.org Git - graphviz/commitdiff
fix message typo in D bindings configuration
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 1 Sep 2021 14:54:22 +0000 (07:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 5 Sep 2021 16:57:50 +0000 (09:57 -0700)
configure.ac

index e3ec81723055c430230beb410c860052b1415494..b90ed68b196583800a93268767ab1a10d2a19a97 100644 (file)
@@ -609,7 +609,7 @@ AC_ARG_ENABLE(d,
   [], [enable_d=no])
 
 if test "x$enable_d" != "xyes"; then
-  use_d="No (disabled by default - incomplete"
+  use_d="No (disabled by default - incomplete)"
 else
   if test "x$use_swig" != "xYes"; then
     use_d="No (swig not available)"