From 5c9c1ce5432ed7553f4ced584f6e3be3b2563b61 Mon Sep 17 00:00:00 2001 From: shamgar Date: Wed, 31 Oct 2001 17:59:42 +0000 Subject: [PATCH] Oops, almost forgot to do this one too. SVN revision: 5598 --- legacy/evas/configure.ac | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/legacy/evas/configure.ac b/legacy/evas/configure.ac index fd855f6dc1..4435f1588a 100644 --- a/legacy/evas/configure.ac +++ b/legacy/evas/configure.ac @@ -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";