Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 552030 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 239-245 Link Here
239
fi
239
fi
240
CFLAGS="-I$MYSQL_INC_DIR $CFLAGS"
240
CFLAGS="-I$MYSQL_INC_DIR $CFLAGS"
241
241
242
AC_CHECK_LIB(mysqlclient_r,mysql_init, LIBS="-lmysqlclient_r",
242
AC_CHECK_LIB(mysqlclient_r,mysql_init, LIBS="$LIBS -lmysqlclient_r",
243
  AC_MSG_ERROR([MySQL libraries not found])
243
  AC_MSG_ERROR([MySQL libraries not found])
244
)
244
)
245
245

Return to bug 552030