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

Collapse All | Expand All

(-)a/configure.in (+2 lines)
Lines 11-16 Link Here
11
dnl Checks for programs.
11
dnl Checks for programs.
12
AC_PROG_CC
12
AC_PROG_CC
13
13
14
AM_PROG_CC_C_O
15
14
dnl Checks for libraries.
16
dnl Checks for libraries.
15
dnl Replace `main' with a function in -lz:
17
dnl Replace `main' with a function in -lz:
16
AC_CHECK_LIB(z, main,, echo "you must install zlib on your system to compile mergelog" ; exit)
18
AC_CHECK_LIB(z, main,, echo "you must install zlib on your system to compile mergelog" ; exit)

Return to bug 248482