diff options
| author | Glenn Morris | 2012-10-08 09:09:00 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-08 09:09:00 -0700 |
| commit | dc098568e25e0af8538298214e9951a5bbbeef2e (patch) | |
| tree | 01daaffa789aea0dabc210bd661965aca1494382 | |
| parent | 46979e0b4ecceaf0676f0b9237e70c64fdc5b479 (diff) | |
| download | emacs-dc098568e25e0af8538298214e9951a5bbbeef2e.tar.gz emacs-dc098568e25e0af8538298214e9951a5bbbeef2e.zip | |
Distinguish MS Windows
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3679424e664..5520dd6a903 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -177,7 +177,7 @@ OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars]) | |||
| 177 | OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d]) | 177 | OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d]) |
| 178 | OPTION_DEFAULT_ON([xim],[don't use X11 XIM]) | 178 | OPTION_DEFAULT_ON([xim],[don't use X11 XIM]) |
| 179 | OPTION_DEFAULT_OFF([ns],[use NeXTstep (Cocoa or GNUstep) windowing system]) | 179 | OPTION_DEFAULT_OFF([ns],[use NeXTstep (Cocoa or GNUstep) windowing system]) |
| 180 | OPTION_DEFAULT_OFF([w32], [use native Windows GUI]) | 180 | OPTION_DEFAULT_OFF([w32], [use native MS Windows GUI]) |
| 181 | 181 | ||
| 182 | OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) | 182 | OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) |
| 183 | OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support]) | 183 | OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support]) |
| @@ -1586,7 +1586,7 @@ if test "${with_w32}" != no; then | |||
| 1586 | AC_CHECK_HEADER([windows.h], [HAVE_W32=yes], | 1586 | AC_CHECK_HEADER([windows.h], [HAVE_W32=yes], |
| 1587 | [AC_MSG_ERROR([`--with-w32' was specified, but windows.h | 1587 | [AC_MSG_ERROR([`--with-w32' was specified, but windows.h |
| 1588 | cannot be found.])]) | 1588 | cannot be found.])]) |
| 1589 | AC_DEFINE(HAVE_NTGUI, 1, [Define to use native Windows GUI.]) | 1589 | AC_DEFINE(HAVE_NTGUI, 1, [Define to use native MS Windows GUI.]) |
| 1590 | W32_OBJ="w32fns.o w32menu.o w32reg.o w32font.o w32term.o" | 1590 | W32_OBJ="w32fns.o w32menu.o w32reg.o w32font.o w32term.o" |
| 1591 | W32_OBJ="$W32_OBJ w32xfns.o w32select.o w32uniscribe.o" | 1591 | W32_OBJ="$W32_OBJ w32xfns.o w32select.o w32uniscribe.o" |
| 1592 | W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32" | 1592 | W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32" |