summaryrefslogtreecommitdiffstats
path: root/gcc/configure
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
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')
-rwxr-xr-xgcc/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure
index 4a54adfe3e8..7bd1d5db2a8 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -26483,6 +26483,7 @@ fi
$as_echo_n "checking sys/sdt.h in the target C library... " >&6; }
have_sys_sdt_h=no
if test -f $target_header_dir/sys/sdt.h; then
+ have_sys_sdt_h=yes
$as_echo "#define HAVE_SYS_SDT_H 1" >>confdefs.h
OpenPOWER on IntegriCloud