Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 655130
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +4 lines)
Line  Link Here
0
-- inkscape-0.92.3/configure.ac
0
++ inkscape-0.92.3/configure.ac
Lines 252-263 Link Here
252
			 [#include <malloc.h>])
252
			 [#include <malloc.h>])
253
])
253
])
254
254
255
AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
255
PKG_CHECK_MODULES(FREETYPE, freetype2,,
256
if test "x$FREETYPE_CONFIG" = "xno"; then
256
	AC_MSG_ERROR([Cannot find freetype])
257
	AC_MSG_ERROR([Cannot find freetype-config])
257
)
258
fi
259
FREETYPE_CFLAGS=`$FREETYPE_CONFIG --cflags`
260
FREETYPE_LIBS=`$FREETYPE_CONFIG --libs`
261
AC_SUBST(FREETYPE_CFLAGS)
258
AC_SUBST(FREETYPE_CFLAGS)
262
AC_SUBST(FREETYPE_LIBS)
259
AC_SUBST(FREETYPE_LIBS)
263
260

Return to bug 655130