diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-17 14:05:53 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-17 14:05:53 -0700 |
commit | c91c505f222834b4e84ac7dcafab6deb08b49566 (patch) | |
tree | 53c0f1a3677f16dd2b2e51031fb5e1a4c99a12e2 /configure | |
parent | 7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3 (diff) | |
download | glibc-c91c505f222834b4e84ac7dcafab6deb08b49566.zip glibc-c91c505f222834b4e84ac7dcafab6deb08b49566.tar.gz glibc-c91c505f222834b4e84ac7dcafab6deb08b49566.tar.bz2 |
Make sysheaders available in config.make.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -661,6 +661,7 @@ force_install bindnow oldest_abi use_default_link +sysheaders with_fp ac_ct_CXX CXXFLAGS @@ -3478,6 +3479,7 @@ fi + # Check whether --with-default-link was given. if test "${with_default_link+set}" = set; then : withval=$with_default_link; use_default_link=$withval |