Move autodie from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / hints / hpux.sh
index f806274..f99168e 100644 (file)
@@ -218,18 +218,6 @@ case "$archname" in
        # While here, override so=sl auto-detection
        so='so'
        ;;
-    *)
-       case "$uselongdouble" in
-           *) ;;
-           $define|true|[yY]*)
-               cat <<EOM >&4
-
-*** long doubles are not (yet) supported on HP-UX (any version)
-*** Until it does, we cannot continue, aborting.
-EOM
-               exit 1 ;;
-           esac
-       ;;
     esac
 
 case "$use64bitint" in