don't run the `pthread_attr_getstack' check when cross compiling
authorVolker Grabsch <vog@notjusthosting.com>
Wed, 14 Apr 2010 23:01:23 +0000 (01:01 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 28 May 2010 15:02:13 +0000 (17:02 +0200)
commitb016e12e95f33a2880aa243d9598db13e59298f3
tree507ab19a003affca4503caa31b41e315910b6028
parentec20a3c86dcad6311d45913cf8ad4291bc8b928c
don't run the `pthread_attr_getstack' check when cross compiling

* configure.ac: Run the `pthread_attr_getstack' test only when building
  natively.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
configure.ac