From d11aaed74f34054935829ceb91c5798dfc91104d Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 17 Oct 2011 14:47:01 +0000 Subject: configure.ac: Display `yes' if the SystemTap header has been found. 2011-10-17 Sergio Durigan Junior * configure.ac: Display `yes' if the SystemTap header has been found. * configure: Regenerate. From-SVN: r180095 --- gcc/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/configure') 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 -- cgit v1.1