Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit c53591c

Browse files
committed
Remove overquoting in configure.ac
1 parent 6bea29f commit c53591c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ AC_CONFIG_FILES([Makefile gumbo.pc])
1111
# Checks for programs.
1212
AC_PROG_CXX
1313
AC_PROG_CC_C99
14-
AC_DEFUN([GUMBO_CHECK_PROG],[
15-
AC_ARG_VAR([$1],[[$3]])
14+
AC_DEFUN([GUMBO_CHECK_PROG],[dnl
15+
AC_ARG_VAR([$1],[$3])
1616
AC_CHECK_PROG([$1],[[$2]],[yes],[no])
1717
AM_CONDITIONAL([$1_FOUND],[[[ "x${$1}" = 'xyes' ]]])])
1818
GUMBO_CHECK_PROG([PYTHON],[python],[Path to python interpreter])

0 commit comments

Comments
 (0)