blktrace: add support for non-native endian format
[fio.git] / configure
index b6bfe19aa743fc4104eb587b3ff6068fb5dc67ef..ef7be0180258abecd4703ebfcf4ed63625d6392f 100755 (executable)
--- a/configure
+++ b/configure
@@ -183,6 +183,7 @@ elif check_define __OpenBSD__ ; then
   targetos='OpenBSD'
 elif check_define __sun__ ; then
   targetos='SunOS'
+  CFLAGS="$CFLAGS -D_REENTRANT"
 else
   targetos=`uname -s`
 fi