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

Collapse All | Expand All

(-)enca-1.13.orig//configure.ac (-9 lines)
Lines 97-111 Link Here
97
dnl Check for good random number sources
97
dnl Check for good random number sources
98
AC_CHECK_FILES(/dev/random /dev/urandom /dev/srandom /dev/arandom)
98
AC_CHECK_FILES(/dev/random /dev/urandom /dev/srandom /dev/arandom)
99
99
100
dnl Dirty path hack.  Helps some people with badly set up search paths.
101
if test "$prefix" = "NONE"; then
102
  LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib"
103
  CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include"
104
else
105
  LDFLAGS="$LDFLAGS -L$prefix/lib"
106
  CPPFLAGS="$CPPFLAGS -I$prefix/include"
107
fi
108
109
dnl Checks for libraries.
100
dnl Checks for libraries.
110
ye_CHECK_LIBM
101
ye_CHECK_LIBM
111
102

Return to bug 424171