From c918cb968c5298efb58889698424de2125b7ea32 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 3 Aug 2001 16:27:22 +0000 Subject: [PATCH] * configure.in: Added --with-windres option. * configure: Regenerated. --- binutils/ChangeLog | 5 +++++ binutils/configure | 3 +++ binutils/configure.in | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7a1b6e92a3..38630f9662 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 bb04e3ca71..c0651f86c6 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 303a7da2a2..00f3888755 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) -- 2.34.1