diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8f0df5c7c1..aefbb4e30f 100644 --- a/configure.in +++ b/configure.in @@ -59,6 +59,7 @@ dnl Arguments to specify presence of other packages/features. AC_ARG_WITH(fp, dnl [ --with-fp if using floating-point hardware [default=yes]], with_fp=$withval, with_fp=yes) +AC_SUBST(with_fp) AC_ARG_WITH(binutils, dnl --with-binutils=PATH specify location of binutils (as and ld), path_binutils=$withval, path_binutils='') |