* configure.in: Added --with-windres option.
[deliverable/binutils-gdb.git] / binutils / configure.in
index 303a7da2a21aff25df81f5a9fba3554ab84c4842..00f38887556638feaab90d9920358057dbb84b84 100644 (file)
@@ -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)
This page took 0.024728 seconds and 4 git commands to generate.