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

(-)a/configure.ac (+5 lines)
Lines 9-14 AC_CONFIG_HEADERS([config.h]) Link Here
9
AC_PROG_LIBTOOL
9
AC_PROG_LIBTOOL
10
AC_PROG_CC
10
AC_PROG_CC
11
11
12
dnl Ensure that we actually know how to compile with pthreads support
13
AX_PTHREAD([], [AC_MSG_ERROR([pthreads support is required])])
14
LIBS="$PTHREAD_LIBS $LIBS"
15
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
16
CC="$PTHREAD_CC"
12
17
13
dnl Detection code for compilers supporting the __attribute__((weak, alias))
18
dnl Detection code for compilers supporting the __attribute__((weak, alias))
14
dnl feature. Original code present in unieject's repository
19
dnl feature. Original code present in unieject's repository

Return to bug 405619