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

(-)a/configure.ac (-1 / +1 lines)
Lines 374-380 Link Here
374
   if test "x$with_caca" = "xyes" && test "x$have_caca" = "xno"; then
374
   if test "x$with_caca" = "xyes" && test "x$have_caca" = "xno"; then
375
      AC_MSG_ERROR([CACA support requested, but libcaca 0.99 not found])
375
      AC_MSG_ERROR([CACA support requested, but libcaca 0.99 not found])
376
   fi
376
   fi
377
   if test test "x$have_caca" = "xyes"; then
377
   if test "x$have_caca" = "xyes"; then
378
     AM_DL()
378
     AM_DL()
379
   fi
379
   fi
380
   AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include <caca.h> 
380
   AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include <caca.h> 
(-)a/configure (-1 / +1 lines)
Lines 12651-12657 Link Here
12651
   if test "x$with_caca" = "xyes" && test "x$have_caca" = "xno"; then
12651
   if test "x$with_caca" = "xyes" && test "x$have_caca" = "xno"; then
12652
      as_fn_error $? "CACA support requested, but libcaca 0.99 not found" "$LINENO" 5
12652
      as_fn_error $? "CACA support requested, but libcaca 0.99 not found" "$LINENO" 5
12653
   fi
12653
   fi
12654
   if test test "x$have_caca" = "xyes"; then
12654
   if test "x$have_caca" = "xyes"; then
12655
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lc" >&5
12655
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lc" >&5
12656
$as_echo_n "checking for dlopen in -lc... " >&6; }
12656
$as_echo_n "checking for dlopen in -lc... " >&6; }

Return to bug 652210