Oops, almost forgot to do this one too.

SVN revision: 5598
This commit is contained in:
shamgar 2001-10-31 17:59:42 +00:00 committed by shamgar
parent 16ddc64419
commit 5c9c1ce543
1 changed files with 3 additions and 7 deletions

View File

@ -21,9 +21,7 @@ if test $IMLIB2_CONFIG_IN_PATH = xno; then
fi fi
AC_ARG_WITH(ttf, 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"; CPPFLAGS="$CPPFLAGS -I$withval/include";
LDFLAGS="$LDFLAGS -L$withval/lib"; LDFLAGS="$LDFLAGS -L$withval/lib";
@ -32,7 +30,7 @@ LIBS_TTF="-L"$withval"/lib"
gl=yes gl=yes
AC_ARG_ENABLE(gl, AC_ARG_ENABLE(gl,
[--disable-gl disable building with opengl support], [ --disable-gl disable building with opengl support],
[ [
if test x$enableval = xyes; then if test x$enableval = xyes; then
gl=yes gl=yes
@ -43,9 +41,7 @@ AC_ARG_ENABLE(gl,
) )
AC_ARG_WITH(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 if test x$gl = xyes; then
CPPFLAGS="$CPPFLAGS -I$withval/include"; CPPFLAGS="$CPPFLAGS -I$withval/include";