commit | 11e1a5efa94f95d1dc8c27ab27112e925d455cbe | [log] [tgz] |
---|---|---|
author | Ove Kaaven <ovek@arcticnet.no> | Fri Nov 06 10:01:45 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Nov 06 10:01:45 1998 +0000 |
tree | 684f0398e0e1706a33867d8d81672e5563a2388d | |
parent | 0128d0472b1e31cae5e159e47b218a0fbc95f5e5 [diff] [blame] |
Fixed --disable-lib.
diff --git a/configure.in b/configure.in index 46bf7da..684d6ad 100644 --- a/configure.in +++ b/configure.in
@@ -29,7 +29,7 @@ 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],