summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2017-03-20 13:38:27 +1100
committerDarren Tucker <dtucker@zip.com.au>2017-03-20 13:39:27 +1100
commitd38f05dbdd291212bc95ea80648b72b7177e9f4e (patch)
treea168524bf423b2462c481e0c204ca9b5d0755a96 /configure.ac
parent72536316a219b7394996a74691a5d4ec197480f7 (diff)
Add llabs() implementation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f5c1bea02..c2878e3d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1717,6 +1717,7 @@ AC_CHECK_FUNCS([ \
1717 inet_ntoa \ 1717 inet_ntoa \
1718 inet_ntop \ 1718 inet_ntop \
1719 innetgr \ 1719 innetgr \
1720 llabs \
1720 login_getcapbool \ 1721 login_getcapbool \
1721 md5_crypt \ 1722 md5_crypt \
1722 memmove \ 1723 memmove \