Move many configure checks to common.m4
[deliverable/binutils-gdb.git] / gdbsupport / configure.ac
index 1dfed3cdc51db6c9a7a2b24fd16173af63e0eb5e..af14d7bb92d29c7df2960e76c1eb096eafdf127e 100644 (file)
@@ -45,6 +45,9 @@ GDB_AC_COMMON
 GDB_AC_SELFTEST
 AM_CONDITIONAL(SELFTEST, $enable_unittests)
 
+# Check the return and argument types of ptrace.
+GDB_AC_PTRACE
+
 TARGET_WORD_SIZE=`sed -n 's,#define BFD_ARCH_SIZE \(.*\)$,\1,p' ../bfd/bfd-in3.h`
 AC_DEFINE_UNQUOTED(TARGET_WORD_SIZE, $TARGET_WORD_SIZE,
    [Define to the word size for the target.])
This page took 0.024588 seconds and 4 git commands to generate.