diff options
author | Paul Smith <psmith@gnu.org> | 2009-05-24 18:31:18 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-05-24 18:31:18 +0000 |
commit | 14f3f501bc1abc821d859e964f71e69b8ed7eaa2 (patch) | |
tree | dff17f1aa8f78ee5a59b32b0beedf6c37a7adf82 /configure.in | |
parent | 3fd62c76c261e10658a1ba365710ee26b6fb34fe (diff) | |
download | gunmake-14f3f501bc1abc821d859e964f71e69b8ed7eaa2.tar.gz |
Found this change in an old CVS workspace: rewrite savestring() to the
more standard xstrndup().
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1fca38f..5e4de08 100644 --- a/configure.in +++ b/configure.in @@ -147,7 +147,7 @@ if test "$ac_cv_func_gettimeofday" = yes; then [Define to 1 if you have a standard gettimeofday function]) fi -AC_CHECK_FUNCS( strdup mkstemp mktemp fdopen \ +AC_CHECK_FUNCS( strdup strndup mkstemp mktemp fdopen \ bsd_signal dup2 getcwd realpath sigsetmask sigaction \ getgroups seteuid setegid setlinebuf setreuid setregid \ getrlimit setrlimit setvbuf pipe strerror strsignal \ |