diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2011-10-17 14:47:01 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2011-10-17 14:47:01 +0000 |
commit | d11aaed74f34054935829ceb91c5798dfc91104d (patch) | |
tree | b30176036462bd7385f093ea1b8dbc58621ebe14 /gcc/configure | |
parent | 711a3d82e524cae4fa2acce8f2e363f0f23a6032 (diff) | |
download | gcc-d11aaed74f34054935829ceb91c5798dfc91104d.zip gcc-d11aaed74f34054935829ceb91c5798dfc91104d.tar.gz gcc-d11aaed74f34054935829ceb91c5798dfc91104d.tar.bz2 |
configure.ac: Display `yes' if the SystemTap header has been found.
2011-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
* configure.ac: Display `yes' if the SystemTap header has been
found.
* configure: Regenerate.
From-SVN: r180095
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index 4a54adf..7bd1d5db 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 |