From cfb75cc389452d1ee7cce782237e50a64f77cd41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Fri, 22 Jul 2011 13:13:57 +0200
Subject: [PATCH] Configure: Cosmetic fix.

---
 src/configure.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/configure.in b/src/configure.in
index 63921cfa50..de90ac41bc 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1569,8 +1569,9 @@ AC_ARG_WITH(mysql, MY_DESCR([--without-mysql],
 			    [disable support for the Mysql database]),
 	    [],[with_mysql=yes])
 AC_ARG_WITH(valgrind, MY_DESCR([--with-valgrind=path],
-	    [Support for running with valgrind. Implies --with-cleanup-on-exit.
-             Specify --without-cleanup-on-exit if you do not want this.]), [
+	    [Support for running with valgrind. Implies --with-cleanup-on-exit.])
+MY_DESCR([],[Specify --without-cleanup-on-exit if you do not want this.]),
+            [
   if test "x$with_valgrind" = "xyes"; then
     AC_PATH_PROG(with_valgrind, valgrind, no)
     if test "x$with_valgrind" = "xno"; then
-- 
GitLab