Fixed --disable-lib.

oldstable
Ove Kaaven 1998-11-06 10:01:45 +00:00 committed by Alexandre Julliard
parent 0128d0472b
commit 11e1a5efa9
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -582,7 +582,7 @@ fi
# Check whether --enable-lib or --disable-lib was given.
if test "${enable_lib+set}" = set; then
enableval="$enable_lib"
if test "$enableval" = "no"; then ALT_LINK="\$(LIBOBJS)"; LIB_TARGET=""; fi
if test "$enableval" = "no"; then ALT_LINK="\$(LIBOBJS) \$(X11OBJS)"; LIB_TARGET=""; fi
fi

View File

@ -29,7 +29,7 @@ AC_ARG_ENABLE(dll,
AC_ARG_ENABLE(lib,
[ --disable-lib build the Wine without building libwine.a],
[if test "$enableval" = "no"; then ALT_LINK="\$(LIBOBJS)"; LIB_TARGET=""; fi])
[if test "$enableval" = "no"; then ALT_LINK="\$(LIBOBJS) \$(X11OBJS)"; LIB_TARGET=""; fi])
dnl AC_ARG_WITH(ipc,
dnl [ --enable-ipc use inter-process communication for DDE],