]> granicus.if.org Git - graphviz/commitdiff
autotools: add WITH_MINGW to AM_CONDITIONAL
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 30 Sep 2021 18:24:05 +0000 (20:24 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 7 Dec 2021 06:35:00 +0000 (07:35 +0100)
This will allow an upcoming commit in this series to introduce
MinGW-specific functionality in the autotools build system.

configure.ac

index 7f2bac1958e3b1c2ad31aa48d616cbd3671397f6..26b1323be2dd1dc39ddd8f0cd3b2e93844123949 100644 (file)
@@ -200,6 +200,7 @@ AC_DEFINE_UNQUOTED(PATHSEPARATOR,"$PATHSEPARATOR",[Path separator character.])
 AM_CONDITIONAL(WITH_WIN32, [test "x$UWIN" = "xyes" -o "x$CYGWIN" = "xyes" -o "x$MINGW32" = "xyes"])
 AM_CONDITIONAL(WITH_DARWIN9, [test "x$DARWIN9" = "xyes"])
 AM_CONDITIONAL(WITH_CYGWIN, [test "x$CYGWIN" = "xyes"])
+AM_CONDITIONAL(WITH_MINGW, [test "x$MINGW32" = "xyes"])
 
 DEFAULT_DPI=96
 AC_DEFINE_UNQUOTED(DEFAULT_DPI,$DEFAULT_DPI,Default DPI.)