Skip to content

Commit

Permalink
changed configure.ac to see if fixes CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
fangfufu committed Feb 1, 2024
1 parent bc68443 commit b9169ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AC_PROG_CC
AC_SEARCH_LIBS([backtrace],[execinfo])

# Because we use $(fuse_LIBS) in $(CFLAGS); see comment in Makefile.in
AX_CHECK_COMPILE_FLAG([-Wunused-command-line-argument],[NUCLA=-Wno-unused-command-line-argument],,[-Werror])
AX_CHECK_COMPILE_FLAG([-Wunused-command-line-argument],[NUCLA=-Wno-unused-command-line-argument],[-Werror])
AC_SUBST([NUCLA])
AM_INIT_AUTOMAKE([foreign subdir-objects])
PKG_CHECK_MODULES([pkgconf],[gumbo libcurl uuid expat openssl])
Expand Down

0 comments on commit b9169ab

Please sign in to comment.