Patch #553403: Fix typo.

This commit is contained in:
Martin v. Löwis 2002-05-08 08:51:29 +00:00
parent e452659237
commit 09bdf72be3
2 changed files with 3 additions and 3 deletions

4
configure vendored
View file

@ -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=''

View file

@ -291,7 +291,7 @@ AC_SUBST(INSTSONAME)
AC_SUBST(RUNSHARED)
LDLIBRARY="$LIBRARY"
BLDLIBRARY='$(LDLIBRARY)'
INSTSONMAE='$(LDLIBRARY)'
INSTSONAME='$(LDLIBRARY)'
DLLLIBRARY=''
LDLIBRARYDIR=''
RUNSHARED=''