]> granicus.if.org Git - graphviz/commitdiff
Move #defines for Windows to initial use of UWIN.
authorerg <devnull@localhost>
Thu, 8 Mar 2007 19:24:55 +0000 (19:24 +0000)
committererg <devnull@localhost>
Thu, 8 Mar 2007 19:24:55 +0000 (19:24 +0000)
configure.ac

index 68c0b2dd63db5467f9365c0ccb3a2a79e7ea1ee2..48f436b99a1b3d60ce42ab2b38bc7feda1564c5e 100644 (file)
@@ -66,6 +66,7 @@ case "${host_os}" in
   *uwin* )
        UWIN=yes
        DEFAULT_FONTPATH="C:/WINDOWS/FONTS;C:/WINNT/Fonts;C:/winnt/fonts"
+       CFLAGS="${CFLAGS} -DWIN32 -DMSWIN32"
        PATHSEPARATOR=";"
        ;;
   *cygwin* )
@@ -212,9 +213,6 @@ else
                 *alpha*-*-linux* )
                     CFLAGS="${CFLAGS} -mieee -Wall"
                     ;;
-               *uwin* )
-                   CFLAGS="${CFLAGS} -DWIN32 -DMSWIN32"
-                   ;;
                *-apple-darwin* )
                    CFLAGS="${CFLAGS} -fno-common -Wall"
                    ;;