]> granicus.if.org Git - graphviz/commitdiff
lefty now builds in MinGW: minor preprocessor changes, modern definition of WinMain...
authorglenlow <devnull@localhost>
Sat, 1 Mar 2008 12:35:02 +0000 (12:35 +0000)
committerglenlow <devnull@localhost>
Sat, 1 Mar 2008 12:35:02 +0000 (12:35 +0000)
configure.ac

index c48767122ac7dc26334891a0b84b97686f502869..f987cd0811dded03f0fe47756a60c0c565ffb4ef 100644 (file)
@@ -197,6 +197,10 @@ PKG_PROG_PKG_CONFIG
 #AC_CYGWIN
 #AC_MINGW32
 
+AC_CHECK_PROGS(RC,rc windres,false)
+AM_CONDITIONAL(RC_IS_RC, [test "x$RC" = "xrc"])
+AM_CONDITIONAL(RC_IS_WINDRES, [test "x$RC" = "xwindres"])
+
 dnl -----------------------------------
 dnl checks for compilers