diff options
author | DJ Delorie <dj@redhat.com> | 2001-08-03 16:27:22 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-08-03 16:27:22 +0000 |
commit | c918cb968c5298efb58889698424de2125b7ea32 (patch) | |
tree | fbc335dd8accef5d63cfe6345b3a742965abaaf2 /binutils/configure.in | |
parent | 62efb34674db16981c9f9e04ddc08964cf8fe30f (diff) | |
download | gdb-c918cb968c5298efb58889698424de2125b7ea32.zip gdb-c918cb968c5298efb58889698424de2125b7ea32.tar.gz gdb-c918cb968c5298efb58889698424de2125b7ea32.tar.bz2 |
* configure.in: Added --with-windres option.
* configure: Regenerated.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r-- | binutils/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/configure.in b/binutils/configure.in index 303a7da..00f3888 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) |