Switch to side-by-side view

--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,8 @@
 fi
 TOPOH="$withOH"
 AC_SUBST(TOPOH)                     
+
+AC_CHECK_HEADERS([byteswap.h])
 
 AC_CHECK_LIB([pthread], [pthread_create], , [lpthread=no])
 if test X$lpthread = Xno; then