]> granicus.if.org Git - graphviz/commitdiff
apply typo coreection from #0002206
authorJohn Ellson <ellson@research.att.com>
Tue, 28 Feb 2012 22:25:50 +0000 (17:25 -0500)
committerJohn Ellson <ellson@research.att.com>
Tue, 28 Feb 2012 22:25:50 +0000 (17:25 -0500)
configure.ac

index 8165a8ea972cc775bd6042c845da396b9154b9b1..b9d7283fe1442258ffc37449e01d39182b8fb9cc 100644 (file)
@@ -274,7 +274,7 @@ AC_CHECK_PROG(PS2PDF,pstopdf,pstopdf,false)
 PKG_PROG_PKG_CONFIG
 
 AC_ARG_WITH(tclsh,
-  [AS_HELP_STRING([--with-tcl=PROG],[use a specific tclsh])],
+  [AS_HELP_STRING([--with-tclsh=PROG],[use a specific tclsh])],
   TCLSH=$withval,)
 
 if test "x$TCLSH" = "x"; then