AC_DEFINE(USE_FCNTL,1, [ Define to use fcntl() to lock folders. ])
fi
-mutt_cv_inodesort=yes
-AC_ARG_ENABLE(inodesort, [ --disable-inodesort Do NOT read files in maildir folders sorted by inode. ],
- [if test $enableval = no ; then mutt_cv_inodesort=no; fi])
+dnl This may look cumbersome -- please keep it that way, so we can
+dnl quickly change the default to "yes" again.
+mutt_cv_inodesort=no
+AC_ARG_ENABLE(inodesort, [ --enable-inodesort Read files in maildir folders sorted by inode. ],
+ [if test x$enableval = xyes ; then mutt_cv_inodesort=yes; fi])
if test $mutt_cv_inodesort = yes; then
AC_DEFINE(USE_INODESORT, 1, [ Define to sort files in a maildir by inode number. ])