Add runtime handlers for 97900ebf for FreeBSD/DragonFlyBSD
[fio.git] / configure
index 44d215f312cf2c18f7d28110f3ef234ea9807232..15b87fac0e4c1a12d7ab9300ddf4123d0c034ad6 100755 (executable)
--- a/configure
+++ b/configure
@@ -2041,6 +2041,9 @@ fi
 if test "$have_bool" = "yes" ; then
   output_sym "CONFIG_HAVE_BOOL"
 fi
+if test "$disable_opt" = "yes" ; then
+  output_sym "CONFIG_DISABLE_OPTIMIZATIONS"
+fi
 
 if test "$zlib" = "no" ; then
   echo "Consider installing zlib-dev (zlib-devel), some fio features depend on it."