Author: Adam Conrad <adconrad@ubuntu.com>
Description: Fix a few places where armhf is misdetected. Flatten linux-gnueabihf in configure to linux-gnu, in the same way that's already done for linux-gnueabi.

--- x/configure.ac	2012-01-12 08:24:38.000000000 -0700
+++ x/configure.ac	2012-01-12 08:59:45.647736713 -0700
@@ -172,7 +172,7 @@
      OSARCH=cygwin
      PBX_WINARCH=1
      ;;
-     linux-gnueabi)
+     linux-gnueabi*)
      OSARCH=linux-gnu
      ;;
      *)
