]> granicus.if.org Git - graphviz/commitdiff
MinGW PATHSEPARATOR is :
authorglenlow <devnull@localhost>
Mon, 12 May 2008 13:58:06 +0000 (13:58 +0000)
committerglenlow <devnull@localhost>
Mon, 12 May 2008 13:58:06 +0000 (13:58 +0000)
configure.ac

index 651cee67090e9cc1eca46dd4a44c538bab222fbe..27c647f1adbe4b576917c2c85c198201ef09aea2 100644 (file)
@@ -119,7 +119,7 @@ case "${host_os}" in
   *mingw32* )
        MINGW32=yes
        DEFAULT_FONTPATH="C:/WINDOWS/FONTS;C:/WINNT/Fonts;C:/winnt/fonts"
-       PATHSEPARATOR=";"
+       PATHSEPARATOR=":"
         NO_POSTSCRIPT_ALIAS=1
        ;;
   *darwin* )