summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 82045e6)
raw | patch | inline | side by side (parent: 82045e6)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Sat, 2 May 2015 08:08:23 +0000 (10:08 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Sat, 2 May 2015 08:08:23 +0000 (10:08 +0200) |
This allows the dns and df plugins to get built also in the case the
configure script is run with `CC="gcc -Wall -Werror"`.
configure script is run with `CC="gcc -Wall -Werror"`.
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 877ac449146f0645d72b64f5b86ce796535971a0..634727dc2405b1700dc55b077f742815f3b4da92 100644 (file)
--- a/configure.in
+++ b/configure.in
struct mntent *me;
fh = setmntent ("/etc/mtab", "r");
me = getmntent (fh);
+return(me->mnt_passno);
]]]
)],
[c_cv_have_one_getmntent="yes"],
int status;
fh = fopen ("/etc/mnttab", "r");
status = getmntent (fh, &mt);
+ return(status);
]]]
)],
[c_cv_have_two_getmntent="yes"],
]]],
[[[
int val = PCAP_ERROR_IFACE_NOT_UP;
+ return(val);
]]]
)],
[c_cv_libpcap_have_pcap_error_iface_not_up="yes"],