]> git.eshelyaron.com Git - emacs.git/commitdiff
Set new hpux10-20.h as "major" include for 10.20.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 21 Feb 2003 08:07:29 +0000 (08:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 21 Feb 2003 08:07:29 +0000 (08:07 +0000)
configure.in

index 9898061d56e3f6fd18f711850ac2b5ff53bdafa1..5c253eb583cffcafa2e068f2199bc264f2056d86 100644 (file)
@@ -570,6 +570,9 @@ case "${canonical}" in
   hppa*-hp-hpux9* )
     machine=hp800 opsys=hpux9
   ;;
+  hppa*-hp-hpux10.2* )
+    machine=hp800 opsys=hpux10-20
+  ;;
   hppa*-hp-hpux10* )
     machine=hp800 opsys=hpux10
   ;;