diff --git a/ChangeLog b/ChangeLog
index bdf6e2b09050add11dc0ded3ce3e3c427ce91156..99b0472b30ff5ca63d79f7fdd047f96345786fdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+	* configure.in: Don't enable libgomp on hpux10.
+	* configure: Rebuilt.
+
 2006-06-12  David Ayers  <d.ayers@inode.at>
 
 	PR bootstrap/27963
diff --git a/configure b/configure
index 9dafbda5333beb9c602ac8866b7872f48181a239..5ac0fd4d44b5a51a411f66c835e96ae4fa8bd5db 100755
--- a/configure
+++ b/configure
@@ -1157,7 +1157,7 @@ if test x$enable_libgomp = x ; then
 	;;
     *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
 	;;
-    *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*)
+    *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*)
 	;;
     *-*-darwin* | *-*-aix*)
 	;;
diff --git a/configure.in b/configure.in
index 3f499cf289d0b26a47400615e21e34098b43d91e..2ff8aa5c64683e62ea1e7aa39ed69891971215a0 100644
--- a/configure.in
+++ b/configure.in
@@ -353,7 +353,7 @@ if test x$enable_libgomp = x ; then
 	;;
     *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
 	;;
-    *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*)
+    *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*)
 	;;
     *-*-darwin* | *-*-aix*)
 	;;