Skip to content
Snippets Groups Projects
Commit 0ea50e0c authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Fixed faulty test expression.

Rev: src/modules/_Image_FreeType/configure.in:1.2
parent 33364fc3
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ if test "x$with_freetype" = "xyes" ; then ...@@ -23,7 +23,7 @@ if test "x$with_freetype" = "xyes" ; then
], ],
[ft_ok=yes], [ft_ok=yes],
[ft_ok=no]) [ft_ok=no])
if test "$ft_ok"=yes ; then if test yes = "$ft_ok" ; then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_LIBFT2) AC_DEFINE(HAVE_LIBFT2)
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment