Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 587462
Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 1250-1256 Link Here
1250
    CLIENTGUIFLAGS="${CLIENTGUIFLAGS} -DNDEBUG"
1250
    CLIENTGUIFLAGS="${CLIENTGUIFLAGS} -DNDEBUG"
1251
fi
1251
fi
1252
1252
1253
CLIENTGUILIBS="${WX_LIBS} ${SQLITE3_LIBS}"
1253
CLIENTGUILIBS="${WX_LIBS} $($WX_CONFIG_WITH_ARGS --libs webview) ${SQLITE3_LIBS}"
1254
1254
1255
if test "${enable_client_release}" = "yes" ; then
1255
if test "${enable_client_release}" = "yes" ; then
1256
   if test "x${WX_LIBS_STATIC}" = "x" ; then
1256
   if test "x${WX_LIBS_STATIC}" = "x" ; then

Return to bug 587462