fix incorrect braces

This commit is contained in:
Bill Currie 2007-03-24 11:33:21 +00:00 committed by Jeff Teunissen
parent dc09b6e5ec
commit 932c9e7330
1 changed files with 2 additions and 2 deletions

View File

@ -2094,8 +2094,8 @@ if test "x$enable_shared" = xno; then
PREFER_PIC=
PREFER_NON_PIC=
else
PREFER_PIC="-prefer-pic $(VISIBILITY)"
PREFER_NON_PIC="-prefer-non-pic $(VISIBILITY)"
PREFER_PIC="-prefer-pic ${VISIBILITY}"
PREFER_NON_PIC="-prefer-non-pic ${VISIBILITY}"
fi
if test "x$enable_static" = xno; then
STATIC=