summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-12-16 22:53:48 +0100
committerpgen <p.gen.progs@gmail.com>2020-12-16 23:45:06 +0100
commit6e2417e3b26160fd4902a0ecbadc99e7a347218a (patch)
tree2bb80bd519f49fefc9ff558cea912f3dfad50194 /configure
parent4e6305f56d80e4f934d8a7dc92e6986be2928d3f (diff)
Check availability of str(n)dup at compile time
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9529cfe..3cbde76 100755
--- a/configure
+++ b/configure
@@ -5082,7 +5082,7 @@ _ACEOF
fi
done
-for ac_func in strchr strrchr strspn strcasecmp
+for ac_func in strchr strrchr strspn strcasecmp strdup strndup
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"