From: Frederic Marchal Date: Fri, 8 May 2015 17:14:29 +0000 (+0200) Subject: Fix a spelling error in the name of libgd. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a11f0112cb0eb05c4e02ca0dc82ac88e62c15ed2;p=thirdparty%2Fsarg.git Fix a spelling error in the name of libgd. --- 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"