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

Collapse All | Expand All

(-)exonerate-2.2.0.orig/configure.in (-1 / +1 lines)
Lines 289-295 Link Here
289
if test "$enable_pthreads" = yes; then
289
if test "$enable_pthreads" = yes; then
290
    echo "Using PTHREADS"
290
    echo "Using PTHREADS"
291
    CFLAGS="$CFLAGS -DUSE_PTHREADS"
291
    CFLAGS="$CFLAGS -DUSE_PTHREADS"
292
    LDFLAGS="$LDFLAGS -lpthread"
292
    LIBS="$LIBS -lpthread"
293
elif test "$enable_pthreads" = no; then
293
elif test "$enable_pthreads" = no; then
294
    echo "Not using pthreads"
294
    echo "Not using pthreads"
295
else
295
else
(-)exonerate-2.2.0.orig/configure (-1 / +1 lines)
Lines 4569-4575 Link Here
4569
if test "$enable_pthreads" = yes; then
4569
if test "$enable_pthreads" = yes; then
4570
    echo "Using PTHREADS"
4570
    echo "Using PTHREADS"
4571
    CFLAGS="$CFLAGS -DUSE_PTHREADS"
4571
    CFLAGS="$CFLAGS -DUSE_PTHREADS"
4572
    LDFLAGS="$LDFLAGS -lpthread"
4572
    LIBS="$LIBS -lpthread"
4573
elif test "$enable_pthreads" = no; then
4573
elif test "$enable_pthreads" = no; then
4574
    echo "Not using pthreads"
4574
    echo "Not using pthreads"
4575
else
4575
else

Return to bug 268094