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:
parent
c9c6abfa16
commit
5107953a3a
2
winsup/cygwin/configure
vendored
2
winsup/cygwin/configure
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user