HP-UX's X/Open network library requirement check follow-up

pull/1/head
Yang Tse 16 years ago
parent 0eeb553827
commit 64fef21f5d
  1. 2
      acinclude.m4

@ -147,7 +147,7 @@ int main (void)
{ {
#if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE >= 600) #if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE >= 600)
return 0; return 0;
#if defined(__hpux) && defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE_EXTENDED) #elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
return 0; return 0;
#else #else
force compilation error force compilation error

Loading…
Cancel
Save