]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Fix a spelling error in the name of libgd.
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 8 May 2015 17:14:29 +0000 (19:14 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 8 May 2015 17:14:29 +0000 (19:14 +0200)
configure.in

index c1d5b46af1c857e0f44561e4b13887a17307ef39..b51a2f9eaada17a0214a063cfc64d49b2559dd04 100644 (file)
@@ -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"