From: Matthew Fernandez Date: Sun, 20 Nov 2022 19:19:27 +0000 (-0800) Subject: remove setting of 'RC_IS_RC' variable in Autotools X-Git-Tag: 7.0.3~8^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb779a929b7000a20e233060968e32fc2419704a;p=graphviz remove setting of 'RC_IS_RC' variable in Autotools The last use of this was removed in 6faa34010f947510ec129af2d998614de8a513ed. --- diff --git a/configure.ac b/configure.ac index b160fb658..eb6032619 100644 --- a/configure.ac +++ b/configure.ac @@ -356,7 +356,6 @@ fi # DEC : Enable NaN/Inf if test "${GCC}" != "yes" ; then - AC_CHECK_PROGS(RC,rc,false) case "${build}" in *-*-hpux* ) CFLAGS="${CFLAGS} -Wp,-H30000" @@ -372,7 +371,6 @@ if test "${GCC}" != "yes" ; then ;; esac else - AC_CHECK_PROGS(RC,[windres ${host}-windres],false) case "${build}" in *-dec-osf* ) CFLAGS="${CFLAGS} -mieee -Wall" @@ -393,8 +391,6 @@ else esac fi -AM_CONDITIONAL(RC_IS_RC, [test "x$RC" = "xrc"]) - # debug AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug],[Compile the debug version (default: disabled)]),