]> git.eshelyaron.com Git - emacs.git/commitdiff
(hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.
authorRichard M. Stallman <rms@gnu.org>
Tue, 29 Oct 1996 02:53:06 +0000 (02:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 29 Oct 1996 02:53:06 +0000 (02:53 +0000)
configure.in

index fe7a12518408d6ba1040b62c841b509086c672e7..9da1f1b6fbad38db713aae61af59109690f3cd86 100644 (file)
@@ -435,7 +435,7 @@ case "${canonical}" in
       *) machine=hp800 opsys=hpux ;;
     esac
   ;;
-  hppa-*-nextstep* )
+  hppa*-*-nextstep* )
     machine=hp800 opsys=nextstep
   ;;