diff options
author | Michael Matz <matz@suse.de> | 2022-11-22 14:39:39 +0100 |
---|---|---|
committer | Michael Matz <matz@suse.de> | 2022-11-22 14:39:39 +0100 |
commit | d7229d6a56118234fc66d84e3f1fe9c0d4592fbf (patch) | |
tree | 9b896a5c8cd81a288a1a48f133efe8cd4513ca49 /binutils/configure | |
parent | b2059307d86cf02ddd0f81b6d53306a685a9b3b4 (diff) | |
download | gdb-d7229d6a56118234fc66d84e3f1fe9c0d4592fbf.zip gdb-d7229d6a56118234fc66d84e3f1fe9c0d4592fbf.tar.gz gdb-d7229d6a56118234fc66d84e3f1fe9c0d4592fbf.tar.bz2 |
binutils/configure.ac: integrate last change
Integrate back checks for fseeko{,64} into configure.ac, so
that regeneration works.
binutils/
* configure.ac: Add fseeko, fseeko64 checks.
* configure: Regenerate.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure index 46519a3..5a3e501 100755 --- a/binutils/configure +++ b/binutils/configure @@ -13155,7 +13155,7 @@ $as_echo "#define HAVE_MMAP 1" >>confdefs.h fi rm -f conftest.mmap conftest.txt -for ac_func in getc_unlocked mkdtemp mkstemp utimensat utimes fseeko fseeko64 +for ac_func in fseeko fseeko64 getc_unlocked mkdtemp mkstemp utimensat utimes do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |