Patch #553403: Fix typo.
diff --git a/configure b/configure
index 9371e6b..ddd86db 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.313 .
+# From configure.in Revision: 1.314 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -3018,7 +3018,7 @@
 
 LDLIBRARY="$LIBRARY"
 BLDLIBRARY='$(LDLIBRARY)'
-INSTSONMAE='$(LDLIBRARY)'
+INSTSONAME='$(LDLIBRARY)'
 DLLLIBRARY=''
 LDLIBRARYDIR=''
 RUNSHARED=''
diff --git a/configure.in b/configure.in
index baad80f..dcae3d8 100644
--- a/configure.in
+++ b/configure.in
@@ -291,7 +291,7 @@
 AC_SUBST(RUNSHARED)
 LDLIBRARY="$LIBRARY"
 BLDLIBRARY='$(LDLIBRARY)'
-INSTSONMAE='$(LDLIBRARY)'
+INSTSONAME='$(LDLIBRARY)'
 DLLLIBRARY=''
 LDLIBRARYDIR=''
 RUNSHARED=''