From 39b7ea755766e4c5495b7af8df7cb4a906793ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 19 Aug 2019 14:36:09 +0200 Subject: [PATCH] fixed typo Closes: https://github.com/umlaeute/Gem/issues/236 --- m4/iem_ftgl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/iem_ftgl.m4 b/m4/iem_ftgl.m4 index 218152ca..8ad418cd 100644 --- a/m4/iem_ftgl.m4 +++ b/m4/iem_ftgl.m4 @@ -22,5 +22,5 @@ AS_IF([test "x${have_ftgl}" != "xyes"],[ GEM_LIB_FTGL_CFLAGS="" GEM_LIB_FTGL_LIBS="" ]) -AM_CONDITIONAL([HAVE_LIB_FTGL], [test "x{have_ftgl}" = xyes ]) +AM_CONDITIONAL([HAVE_LIB_FTGL], [test "x${have_ftgl}" = xyes ]) ]) dnl IEM_CHECK_FTGL -- GitLab