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

(-)movit-1.1.3-orig/configure (-13 / +13 lines)
Lines 14877-14883 Link Here
14877
  ac_status=$?
14877
  ac_status=$?
14878
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14878
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14879
  test $ac_status = 0; }; then
14879
  test $ac_status = 0; }; then
14880
  pkg_cv_Eigen3_CFLAGS=`$PKG_CONFIG --cflags "eigen3" 2>/dev/null`
14880
  pkg_cv_Eigen3_CFLAGS="-I/usr/include/eigen3"
14881
		      test "x$?" != "x0" && pkg_failed=yes
14881
		      test "x$?" != "x0" && pkg_failed=yes
14882
else
14882
else
14883
  pkg_failed=yes
14883
  pkg_failed=yes
Lines 15556-15567 Link Here
15556
    pkg_cv_libpng_CFLAGS="$libpng_CFLAGS"
15556
    pkg_cv_libpng_CFLAGS="$libpng_CFLAGS"
15557
 elif test -n "$PKG_CONFIG"; then
15557
 elif test -n "$PKG_CONFIG"; then
15558
    if test -n "$PKG_CONFIG" && \
15558
    if test -n "$PKG_CONFIG" && \
15559
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng12\""; } >&5
15559
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng16\""; } >&5
15560
  ($PKG_CONFIG --exists --print-errors "libpng12") 2>&5
15560
  ($PKG_CONFIG --exists --print-errors "libpng16") 2>&5
15561
  ac_status=$?
15561
  ac_status=$?
15562
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15562
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15563
  test $ac_status = 0; }; then
15563
  test $ac_status = 0; }; then
15564
  pkg_cv_libpng_CFLAGS=`$PKG_CONFIG --cflags "libpng12" 2>/dev/null`
15564
  pkg_cv_libpng_CFLAGS=`$PKG_CONFIG --cflags "libpng16" 2>/dev/null`
15565
		      test "x$?" != "x0" && pkg_failed=yes
15565
		      test "x$?" != "x0" && pkg_failed=yes
15566
else
15566
else
15567
  pkg_failed=yes
15567
  pkg_failed=yes
Lines 15573-15584 Link Here
15573
    pkg_cv_libpng_LIBS="$libpng_LIBS"
15573
    pkg_cv_libpng_LIBS="$libpng_LIBS"
15574
 elif test -n "$PKG_CONFIG"; then
15574
 elif test -n "$PKG_CONFIG"; then
15575
    if test -n "$PKG_CONFIG" && \
15575
    if test -n "$PKG_CONFIG" && \
15576
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng12\""; } >&5
15576
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng16\""; } >&5
15577
  ($PKG_CONFIG --exists --print-errors "libpng12") 2>&5
15577
  ($PKG_CONFIG --exists --print-errors "libpng16") 2>&5
15578
  ac_status=$?
15578
  ac_status=$?
15579
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15579
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15580
  test $ac_status = 0; }; then
15580
  test $ac_status = 0; }; then
15581
  pkg_cv_libpng_LIBS=`$PKG_CONFIG --libs "libpng12" 2>/dev/null`
15581
  pkg_cv_libpng_LIBS=`$PKG_CONFIG --libs "libpng16" 2>/dev/null`
15582
		      test "x$?" != "x0" && pkg_failed=yes
15582
		      test "x$?" != "x0" && pkg_failed=yes
15583
else
15583
else
15584
  pkg_failed=yes
15584
  pkg_failed=yes
Lines 15599-15618 Link Here
15599
        _pkg_short_errors_supported=no
15599
        _pkg_short_errors_supported=no
15600
fi
15600
fi
15601
        if test $_pkg_short_errors_supported = yes; then
15601
        if test $_pkg_short_errors_supported = yes; then
15602
	        libpng_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpng12" 2>&1`
15602
	        libpng_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpng16" 2>&1`
15603
        else
15603
        else
15604
	        libpng_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpng12" 2>&1`
15604
	        libpng_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpng16" 2>&1`
15605
        fi
15605
        fi
15606
	# Put the nasty error message in config.log where it belongs
15606
	# Put the nasty error message in config.log where it belongs
15607
	echo "$libpng_PKG_ERRORS" >&5
15607
	echo "$libpng_PKG_ERRORS" >&5
15608
15608
15609
	with_demo_app=no; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libpng12 not found, demo program will not be built" >&5
15609
	with_demo_app=no; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libpng16 not found, demo program will not be built" >&5
15610
$as_echo "$as_me: WARNING: libpng12 not found, demo program will not be built" >&2;}
15610
$as_echo "$as_me: WARNING: libpng16 not found, demo program will not be built" >&2;}
15611
elif test $pkg_failed = untried; then
15611
elif test $pkg_failed = untried; then
15612
     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15612
     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15613
$as_echo "no" >&6; }
15613
$as_echo "no" >&6; }
15614
	with_demo_app=no; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libpng12 not found, demo program will not be built" >&5
15614
	with_demo_app=no; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libpng16 not found, demo program will not be built" >&5
15615
$as_echo "$as_me: WARNING: libpng12 not found, demo program will not be built" >&2;}
15615
$as_echo "$as_me: WARNING: libpng16 not found, demo program will not be built" >&2;}
15616
else
15616
else
15617
	libpng_CFLAGS=$pkg_cv_libpng_CFLAGS
15617
	libpng_CFLAGS=$pkg_cv_libpng_CFLAGS
15618
	libpng_LIBS=$pkg_cv_libpng_LIBS
15618
	libpng_LIBS=$pkg_cv_libpng_LIBS

Return to bug 569060