]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Display `yes' if the SystemTap header has been found.
authorSergio Durigan Junior <sergiodj@redhat.com>
Mon, 17 Oct 2011 14:47:01 +0000 (14:47 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 17 Oct 2011 14:47:01 +0000 (14:47 +0000)
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

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 3c8b7b55c72d61558e60d2dbc866b8494ef711ab..6db875f0c4ee64b4dd06da541a806e20375584d1 100644 (file)
@@ -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
index 4a54adfe3e80badce09733694fc77a59540989f5..7bd1d5db2a8652d6fbea92c336de9f7ea5dfa7ba 100755 (executable)
@@ -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
 
index 357902e8a916db0c196cc7aaa4e740878257bd61..353746f4a816c5342fb39c8c3936ffcd17fd8824 100644 (file)
@@ -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