From a11f0112cb0eb05c4e02ca0dc82ac88e62c15ed2 Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Fri, 8 May 2015 19:14:29 +0200 Subject: [PATCH] Fix a spelling error in the name of libgd. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c1d5b46..b51a2f9 100644 --- a/configure.in +++ b/configure.in @@ -95,7 +95,7 @@ if ( test "x$with_gd" != "xno" ) ; then if ( test "x$ac_cv_header_gd_h" = "xyes" ) ; then AC_CHECK_LIB(gd, gdImagePng,LIBS="-lgd ${LIBS}"; HAVE_GD_LIB="yes", HAVE_GD_LIB="") if ( test "x$HAVE_GD_LIB" != "xyes" ) ; then - AC_MSG_ERROR([ligbd is required to compile sarg with gd]) + AC_MSG_ERROR([libgd is required to compile sarg with gd]) fi else gd_status="not found" -- 2.47.2