diff options
author | unknown <serg@serg.mylan> | 2003-07-19 10:34:41 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-07-19 10:34:41 +0200 |
commit | ce890a1dcd7927777d2bf666975615f0dfed8923 (patch) | |
tree | 334aae269cc9050b5a289d3a4e9a36206594ad79 | |
parent | 00bd7de97a6f8a2f18b3d321e192f7f3ec4e777d (diff) | |
download | mariadb-git-ce890a1dcd7927777d2bf666975615f0dfed8923.tar.gz |
typo fixed
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index e0b28874892..69cd1a82108 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -623,7 +623,7 @@ main() FILE *file=fopen("conftestval", "w"); f = (float) ll; fprintf(file,"%g\n",f); - close(file); + fclose(file); exit (0); }], ac_cv_conv_longlong_to_float=`cat conftestval`, ac_cv_conv_longlong_to_float=0, ifelse([$2], , , ac_cv_conv_longlong_to_float=$2))])dnl if test "$ac_cv_conv_longlong_to_float" = "1" -o "$ac_cv_conv_longlong_to_float" = "yes" |