summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-10-26 23:36:05 +0000
committerChris Wilson <chris+github@qwirx.com>2008-10-26 23:36:05 +0000
commit0c61264ce01b854b9a863ac8a942465a1a94f7f8 (patch)
treef36aeac502449a273242c693f5a386d9bbef077b /configure.ac
parent6fbed77c9e28069ba935001e430a769a0040319d (diff)
Reverse the test for __syscall(), remove the test for syscall(),
remove the definition and reverse the sense in ax_func_syscall.m4 (which checks for __syscall() needing definition). Autoconf's AC_CHECK_FUNC defines it when testing for its presence, so HAVE___SYSCALL will be true even if __syscall has no definition in the system libraries, and this is precisely the case that we want to test for, so now we test whether the test program compiles with no explicit definition (only the system headers) and if that fails, we set HAVE___SYSCALL_NEED_DEFN to 1.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions