aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-03 19:41:12 +0000
committerYang Tse <yangsita@gmail.com>2009-05-03 19:41:12 +0000
commit4dbc7850bd9881c4f265cc32ca9d392ccc11c791 (patch)
tree6015bed4434884a87805f4843843fdaad390dc80 /acinclude.m4
parent8119379d4fca2d1d339ff517ea7221fbbdfa6925 (diff)
HP-UX's X/Open network library requirement check follow-up
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 25c584d77..e84b977cc 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -169,7 +169,7 @@ int main (void)
{
#if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE >= 600)
return 0;
-#if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE_EXTENDED)
+#elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
return 0;
#else
force compilation error