From c543b575d8c7f4c00688daf4af1360586cacb5cb Mon Sep 17 00:00:00 2001 From: Reinhard Pfau Date: Sun, 29 Mar 2009 19:40:53 +0200 Subject: [PATCH] better output using AS_HELP_STRING macro --- configure.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 5354fb5..18ff000 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,8 @@ AC_PROG_CXX AM_PROG_LIBTOOL -AC_ARG_WITH(optimize,[ --with-optimize compile with optimizing], +AC_ARG_WITH(optimize, +AS_HELP_STRING([--with-optimize],[compile with optimizing]), [ AC_MSG_CHECKING(for optimizing) if test "$withval" != "no"; then -- 1.7.1