X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=4fe2b72a319ae22fd3d397c5decafa43190cf76f;hb=f42de42e5caa71fd8da9e79eb452ade6e9f20519;hp=352a7b66e223355273fb2a58c26ac88cbe2f8950;hpb=77ca1a45bab2f6adf9301723d0db68e5813a6d98;p=collectd.git diff --git a/configure.ac b/configure.ac index 352a7b66..4fe2b72a 100644 --- a/configure.ac +++ b/configure.ac @@ -1567,7 +1567,7 @@ if test "x$have_getmntent" = "xlibc"; then struct mntent *me; fh = setmntent ("/etc/mtab", "r"); me = getmntent (fh); - return(me->mnt_passno); + return me->mnt_passno; ]] ) ], @@ -1590,7 +1590,7 @@ if test "x$have_getmntent" = "xlibc"; then int status; fh = fopen ("/etc/mnttab", "r"); status = getmntent (fh, &mt); - return(status); + return status; ]] ) ], @@ -4081,7 +4081,7 @@ if test "x$with_libpcap" = "xyes"; then [[#include ]], [[ int val = PCAP_ERROR_IFACE_NOT_UP; - return(val); + return val; ]] ) ],