removed a single comma to see if this will fix CodeQL

This commit is contained in:
Fufu Fang 2024-02-01 02:07:08 +00:00
parent 4a4ab499aa
commit efa7376ca0
No known key found for this signature in database
GPG Key ID: 8A4CB08B0A7E27CE
1 changed files with 1 additions and 1 deletions

View File

@ -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])