Skip to content
Snippets Groups Projects
Commit fc5b32a7 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/modules/files/configure.in:1.51
parent 9d107370
No related branches found
No related tags found
No related merge requests found
# $Id: configure.in,v 1.50 1998/06/28 16:15:02 grubba Exp $ # $Id: configure.in,v 1.51 1998/06/28 16:16:17 grubba Exp $
AC_INIT(file.c) AC_INIT(file.c)
AC_CONFIG_HEADER(file_machine.h) AC_CONFIG_HEADER(file_machine.h)
...@@ -147,10 +147,7 @@ int main() ...@@ -147,10 +147,7 @@ int main()
} }
],pike_cv_func_solaris_style_readdir_r=yes, ],pike_cv_func_solaris_style_readdir_r=yes,
pike_cv_func_solaris_style_readdir_r=no, pike_cv_func_solaris_style_readdir_r=no,
[ pike_cv_func_solaris_style_readdir_r=unknown)
ac_cv_func_readdir_r=no
pike_cv_func_solaris_style_readdir_r=unknown
])
]) ])
if test x$pike_cv_func_solaris_style_readdir_r = xyes ; then if test x$pike_cv_func_solaris_style_readdir_r = xyes ; then
AC_MSG_RESULT(Solaris style) AC_MSG_RESULT(Solaris style)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment