summaryrefslogtreecommitdiffstats
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-17 14:47:01 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-17 14:47:01 +0000
commit28c54e7d2a8c5f047ab8970912d4c3c00773de8b (patch)
treeb30176036462bd7385f093ea1b8dbc58621ebe14 /gcc/configure.ac
parentc5db973fdab3db3e13db575e5650c0bcfd3630f4 (diff)
downloadppe42-gcc-28c54e7d2a8c5f047ab8970912d4c3c00773de8b.tar.gz
ppe42-gcc-28c54e7d2a8c5f047ab8970912d4c3c00773de8b.zip
2011-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
* configure.ac: Display `yes' if the SystemTap header has been found. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180095 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 357902e8a91..353746f4a81 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -4578,6 +4578,7 @@ GCC_TARGET_TEMPLATE([HAVE_SYS_SDT_H])
AC_MSG_CHECKING(sys/sdt.h in the target C library)
have_sys_sdt_h=no
if test -f $target_header_dir/sys/sdt.h; then
+ have_sys_sdt_h=yes
AC_DEFINE(HAVE_SYS_SDT_H, 1,
[Define if your target C library provides sys/sdt.h])
fi
OpenPOWER on IntegriCloud