mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 00:41:03 +08:00
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
This commit is contained in:
parent
711a3d82e5
commit
d11aaed74f
@ -1,3 +1,9 @@
|
||||
2011-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
* configure.ac: Display `yes' if the SystemTap header has been
|
||||
found.
|
||||
* configure: Regenerate.
|
||||
|
||||
2011-10-08 Andi Kleen <ak@linux.intel.com>
|
||||
|
||||
PR other/50636
|
||||
|
1
gcc/configure
vendored
1
gcc/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user