Skip to content

Commit 22a00cd

Browse files
authored
configure: fix build _gettext.c (#6)
1 parent a8e4909 commit 22a00cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ fi
264264
# Add CPPFLAGS and CFLAGS to CC for testing features
265265
XCC="$CC `$SED -n -e 's/CPPLAGS+=*\(.*\)/\1/p' $CONFIG_MK`"
266266
XCC="$XCC `$SED -n -e 's/CFLAGS+=*\(.*\)/\1/p' $CONFIG_MK`"
267+
XCC="$XCC `$SED -n -e 's/LDFLAGS+=*\(.*\)/\1/p' $CONFIG_MK`"
267268

268269
if [ -z "$GETTEXT" ]; then
269270
printf "Testing for gettext ... "

0 commit comments

Comments
 (0)