changeset 412:79280b4912ff HEAD

bugfix
author Timo Sirainen <tss@iki.fi>
date Mon, 14 Oct 2002 03:32:42 +0300
parents c2fdc076ae7f
children 0957ac190eaf
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Oct 14 03:27:42 2002 +0300
+++ b/configure.in	Mon Oct 14 03:32:42 2002 +0300
@@ -255,7 +255,7 @@
 dnl * do we have struct iovec
 AC_MSG_CHECKING([for struct iovec])
 AC_CACHE_VAL(i_cv_struct_iovec,
-AC_TRY_COMPILE([
+[AC_TRY_COMPILE([
 #include <sys/types.h>
 #include <sys/uio.h>
 #include <unistd.h>],