diff options
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/configure b/bfd/configure index adc316d..53c7b3f 100755 --- a/bfd/configure +++ b/bfd/configure @@ -5267,6 +5267,14 @@ EOF fi fi + if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then + cat >> confdefs.h <<\EOF +#define HAVE_LWPSTATUS_T 1 +EOF + + fi + echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpstatus_t" 1>&6 + cat >> confdefs.h <<EOF #define TRAD_HEADER $TRAD_HEADER |