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
177d15686d
commit
66c76e8aff
|
@ -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…
Reference in New Issue