mirror of
https://github.com/git/git.git
synced 2024-11-18 23:23:51 +01:00
Merge branch 'es/fread-reads-dir-autoconf-fix'
Small fix to the autoconf build procedure. * es/fread-reads-dir-autoconf-fix: configure.ac: fix botched FREAD_READS_DIRECTORIES check
This commit is contained in:
commit
8b22d13243
@ -927,7 +927,7 @@ AC_RUN_IFELSE(
|
||||
[AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
|
||||
[[
|
||||
FILE *f = fopen(".", "r");
|
||||
return f)]])],
|
||||
return f != NULL;]])],
|
||||
[ac_cv_fread_reads_directories=no],
|
||||
[ac_cv_fread_reads_directories=yes])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user