From 09bdf72be30aefd71b515ccced5fe7cd6cec154d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= <martin@v.loewis.de>
Date: Wed, 8 May 2002 08:51:29 +0000
Subject: [PATCH] Patch #553403: Fix typo.

---
 configure    | 4 ++--
 configure.in | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 9371e6b071..ddd86dbf8b 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 @@ echo "${ECHO_T}$LIBRARY" >&6
 
 LDLIBRARY="$LIBRARY"
 BLDLIBRARY='$(LDLIBRARY)'
-INSTSONMAE='$(LDLIBRARY)'
+INSTSONAME='$(LDLIBRARY)'
 DLLLIBRARY=''
 LDLIBRARYDIR=''
 RUNSHARED=''
diff --git a/configure.in b/configure.in
index baad80f5cc..dcae3d8eef 100644
--- a/configure.in
+++ b/configure.in
@@ -291,7 +291,7 @@ AC_SUBST(INSTSONAME)
 AC_SUBST(RUNSHARED)
 LDLIBRARY="$LIBRARY"
 BLDLIBRARY='$(LDLIBRARY)'
-INSTSONMAE='$(LDLIBRARY)'
+INSTSONAME='$(LDLIBRARY)'
 DLLLIBRARY=''
 LDLIBRARYDIR=''
 RUNSHARED=''
-- 
2.40.0