gcc 4: configure.ac: Add missing AC_SUBST for build_math_library

This commit is contained in:
Ingo Weinhold 2013-08-07 01:40:06 +02:00
parent eddee0bfd6
commit 1025a2a1a1

View File

@ -1010,6 +1010,7 @@ case $build in
build_math_library=
;;
esac
AC_SUBST(build_math_library)
# These libraries may be used by collect2.
# We may need a special search path to get them linked.