Skip to content

Commit

Permalink
Fix another build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence D'Oliveiro committed Nov 5, 2021
1 parent 45705ec commit fe8fe35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Expand Up @@ -134,4 +134,5 @@ AM_ICONV

AC_CHECK_DECLS(O_BINARY, , , [ #include <fcntl.h> ] )

AC_OUTPUT(Makefile doc/Makefile src/Makefile)
AC_CONFIG_FILES(Makefile doc/Makefile src/Makefile)
AC_OUTPUT

0 comments on commit fe8fe35

Please sign in to comment.