Author: Barry deFreese <bdefreese@debian.org>
Description: Fix FTBFS on Debian GNU/Hurd
http://bugs.debian.org/674966

--- a/configure
+++ b/configure
@@ -2910,6 +2910,9 @@
 *bsd*)
 	CFLAGS="-Wall -O2 -pthread"
 	;;
+*gnu*)
+	CFLAGS="-Wall -O2 -pthread"
+	;;
 esac
 
 
