Dequote OS_INLINE in configure.raw to avoid unexpected shell evaluation
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 3323415..97108b6 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -218,7 +218,7 @@
        ],
        [
 
-         /* OSHostByteOrder() is typed as `OS_INLINE' */
+         /* OSHostByteOrder() is typed as OS_INLINE */
          int32_t  os_byte_order = OSHostByteOrder();