From 16ddc644192d529788696536124fcf246f74ad2d Mon Sep 17 00:00:00 2001 From: shamgar Date: Wed, 31 Oct 2001 15:22:03 +0000 Subject: [PATCH] Cleanup some spacing issues, no extra blank lines in --help this way. SVN revision: 5597 --- legacy/evas/configure.in | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/legacy/evas/configure.in b/legacy/evas/configure.in index e30be74b47..80cb10e983 100644 --- a/legacy/evas/configure.in +++ b/legacy/evas/configure.in @@ -21,9 +21,7 @@ if test $IMLIB2_CONFIG_IN_PATH = xno; then fi AC_ARG_WITH(ttf, -[ ---with-ttf=DIR use DIR where freetype was installed (eg /opt/freetype) -], +[ --with-ttf=DIR use DIR where freetype was installed (eg /opt/freetype)], [ CPPFLAGS="$CPPFLAGS -I$withval/include"; LDFLAGS="$LDFLAGS -L$withval/lib"; @@ -32,7 +30,7 @@ LIBS_TTF="-L"$withval"/lib" gl=yes AC_ARG_ENABLE(gl, -[--disable-gl disable building with opengl support], +[ --disable-gl disable building with opengl support], [ if test x$enableval = xyes; then gl=yes @@ -43,9 +41,7 @@ AC_ARG_ENABLE(gl, ) AC_ARG_WITH(gl, -[ ---with-gl=DIR use DIR where opengl was installed (eg /usr/X11R6) -], +[ --with-gl=DIR use DIR where opengl was installed (eg /usr/X11R6)], [ if test x$gl = xyes; then CPPFLAGS="$CPPFLAGS -I$withval/include";