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

Commit 49c8e4d

Browse files
author
Matthias Koeppe
committed
build/pkgs/iconv/spkg-configure.m4: Fix quoting bug
1 parent 10ed24e commit 49c8e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/iconv/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SAGE_SPKG_CONFIGURE([iconv], [
22
AM_ICONV
3-
if test x$am_cv_func_iconv != xyes; then
3+
if test x"$am_cv_func_iconv" != xyes; then
44
sage_spkg_install_iconv=yes
55
fi
66
])

0 commit comments

Comments
 (0)