diff options
author | jbj <devnull@localhost> | 1999-09-20 15:35:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-20 15:35:08 +0000 |
commit | 78ce864c5eee9b2d4fc3a3a4a201818f4e500d50 (patch) | |
tree | 6d80b94bdd80579e2347f8e1c3a788cf96e51670 /configure.in | |
parent | 6bdf51d7f3a40988812f3d5ea829ae2395e8e05a (diff) | |
download | librpm-tizen-78ce864c5eee9b2d4fc3a3a4a201818f4e500d50.tar.gz librpm-tizen-78ce864c5eee9b2d4fc3a3a4a201818f4e500d50.tar.bz2 librpm-tizen-78ce864c5eee9b2d4fc3a3a4a201818f4e500d50.zip |
Add err.[ch] to portability checks (as yet unused).
get latest error.[ch] from glibc.
CVS patchset: 3310
CVS date: 1999/09/20 15:35:08
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 5c21f75f8..664f4e1a9 100644 --- a/configure.in +++ b/configure.in @@ -586,6 +586,7 @@ dnl XXX AC_CHECK_FUNCS(gethostname mkdir mkfifo rmdir select uname) AC_CHECK_FUNCS(mtrace) +AC_REPLACE_FUNCS(err getcwd getwd glob inet_aton putenv realpath) AC_REPLACE_FUNCS(getcwd getwd glob inet_aton putenv realpath) AC_REPLACE_FUNCS(strdup strerror strtol strtoul strspn strstr) |