Cleanup some spacing issues, no extra blank lines in --help this way.

SVN revision: 5597
This commit is contained in:
shamgar 2001-10-31 15:22:03 +00:00 committed by shamgar
parent caf1c2fcca
commit 16ddc64419
1 changed files with 3 additions and 7 deletions

View File

@ -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";