fixing freetype detection stuff, maybe?

SVN revision: 2120
This commit is contained in:
Mandrake 2000-02-22 22:29:17 +00:00
parent 91b5d536f5
commit ca01eaca36
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ fi
LTLIBOBJS=`echo "$LIBOBJS" | sed 's,.o ,.lo ,g;s,.o$,.lo,'`
AC_SUBST(LTLIBOBJS)
AC_CHECK_HEADERS(freetype.h freetype/freetype.h,,)
AC_CHECK_HEADERS(freetype.h freetype/freetype.h,[ break] , )
AC_OUTPUT(Makefile loaders/Makefile src/Makefile test/Makefile demo/Makefile,
[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])