From: DJ Delorie Date: Fri, 3 Aug 2001 16:27:22 +0000 (+0000) Subject: * configure.in: Added --with-windres option. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c918cb968c5298efb58889698424de2125b7ea32;p=binutils-gdb.git * configure.in: Added --with-windres option. * configure: Regenerated. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7a1b6e92a3c..38630f96624 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2001-08-03 Tom Walsh + + * configure.in: Added --with-windres option. + * configure: Regenerated. + 2001-07-11 Stephane Carrez * doc/binutils.texi: Use @command{name} for commands; diff --git a/binutils/configure b/binutils/configure index bb04e3ca716..c0651f86c6e 100755 --- a/binutils/configure +++ b/binutils/configure @@ -5480,6 +5480,9 @@ do fi done +if test "${with_windres+set}" = set; then + BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' +fi diff --git a/binutils/configure.in b/binutils/configure.in index 303a7da2a21..00f38887556 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -266,6 +266,10 @@ changequote([,])dnl fi done +if test "${with_windres+set}" = set; then + BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' +fi + AC_SUBST(NLMCONV_DEFS) AC_SUBST(BUILD_NLMCONV) AC_SUBST(BUILD_SRCONV)