]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
* insets/inset.h:
[lyx.git] / configure.ac
index cf5b12b9feffd9cfbf77ce75c8882f4670858bac..d6ab6510eeabe96bf1469e6eaa887f0c9ba16947 100644 (file)
@@ -236,7 +236,7 @@ AC_HEADER_STAT
 AC_HEADER_TIME
 
 # some standard types
-AC_TYPE_MODE_T
+AC_CHECK_TYPE(mode_t,[AC_DEFINE(HAVE_MODE_T, 1, [Define this to 1 if your compiler supports the mode_t type.])])
 AC_TYPE_OFF_T
 AC_TYPE_PID_T
 AC_TYPE_SIGNAL