mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-22 22:48:08 +03:00
Abort configure if no available font backend
This commit is contained in:
@@ -17901,7 +17901,7 @@ if test "x$no_ft" != xyes; then
|
||||
EXTRALIBS="$EXTRALIBS $FT2_LIBS"
|
||||
EXTRACFLAGS="$EXTRACFLAGS $FT2_CFLAGS"
|
||||
fi
|
||||
if test x"SRC_FONT" = "x"; then
|
||||
if test x"$SRC_FONT" = "x"; then
|
||||
as_fn_error $? "\"*** No font device available ***\"" "$LINENO" 5;
|
||||
fi
|
||||
|
||||
|
||||
+1
-1
@@ -707,7 +707,7 @@ if test "x$no_ft" != xyes; then
|
||||
fi
|
||||
dnl
|
||||
dnl check null
|
||||
if test x"SRC_FONT" = "x"; then
|
||||
if test x"$SRC_FONT" = "x"; then
|
||||
AC_MSG_ERROR("*** No font device available ***");
|
||||
fi
|
||||
AC_SUBST(SRC_FONT)
|
||||
|
||||
Reference in New Issue
Block a user