4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-08 18:19:08 +08:00

Cygwin: Drop AC_SUBST(LIBSERVER)

The autoconf variable LIBSERVER isn't defined, and it's value isn't
used. (The Makefile.in contains a literal value for the name of this
library instead).
This commit is contained in:
Jon Turney 2020-10-12 14:27:55 +01:00 committed by Ken Brown
parent c9c6abfa16
commit 5107953a3a
2 changed files with 0 additions and 3 deletions

View File

@ -593,7 +593,6 @@ DIN_FILE
DEF_DLL_ENTRY
DLL_ENTRY
DLL_NAME
LIBSERVER
configure_args
WINDRES
STRIP
@ -4437,7 +4436,6 @@ configure_args=$(/usr/bin/expr "$configure_args" : 'X \(.*\)')
ac_config_files="$ac_config_files Makefile"
cat >confcache <<\_ACEOF

View File

@ -86,7 +86,6 @@ case "$target_cpu" in
esac
AC_CONFIGURE_ARGS
AC_SUBST(LIBSERVER)
AC_SUBST(DLL_NAME)
AC_SUBST(DLL_ENTRY)
AC_SUBST(DEF_DLL_ENTRY)