From aa858e55d8410cff967acaf955f9d13272cf240c Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 23 Apr 2008 19:10:13 +0000 Subject: [PATCH] avoid "'" in comments - from graphviz_plugins-fix-install_dirs.patch backported from SuSE graphviz-2.18 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f2a3b857f..5fa6a5790 100644 --- a/configure.ac +++ b/configure.ac @@ -271,7 +271,7 @@ if `echo ${CFLAGS} | $GREP ffast-math >/dev/null`; then fi dnl ----------------------------------- -dnl Check for various typedefs and provide substitutes if they don't exist. +dnl Check for various typedefs and provide substitutes if they do not exist. AC_C_CONST AC_TYPE_MODE_T -- 2.50.1