diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-11 15:25:05 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-11 15:25:05 +0100 |
commit | b2c5c74b7954279e8cc15790e168a1d4283b4e63 (patch) | |
tree | 94ad220d0362c25a42113e3e7e618b45e82056f0 /configure.ac | |
parent | fa003e1facb2ec5d45a28f27a0e293701c673ec6 (diff) | |
download | dabmod-b2c5c74b7954279e8cc15790e168a1d4283b4e63.tar.gz dabmod-b2c5c74b7954279e8cc15790e168a1d4283b4e63.tar.bz2 dabmod-b2c5c74b7954279e8cc15790e168a1d4283b4e63.zip |
Simplify porting.{h,c}
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 47e1c81..3a55d7b 100644 --- a/configure.ac +++ b/configure.ac @@ -192,7 +192,7 @@ AS_IF([test "x$enable_native" = "xyes"], ]) AC_TYPE_SIGNAL -AC_CHECK_FUNCS([bzero floor ftime gettimeofday memset sqrt strchr strerror strtol]) +AC_CHECK_FUNCS([floor memset sqrt strchr strerror strtol]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT |