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

(-)a/config.make.in (-1 / +1 lines)
Lines 46-52 LIBHOGWEED_FORLINK = @LIBHOGWEED_FORLINK@ Link Here
46
LIBHOGWEED_LIBS = @LIBHOGWEED_LIBS@
46
LIBHOGWEED_LIBS = @LIBHOGWEED_LIBS@
47
LIBHOGWEED_LINK = @LIBHOGWEED_LINK@
47
LIBHOGWEED_LINK = @LIBHOGWEED_LINK@
48
48
49
AR = ar
49
AR = @AR@
50
ARFLAGS = cru
50
ARFLAGS = cru
51
AUTOCONF = autoconf
51
AUTOCONF = autoconf
52
AUTOHEADER = autoheader
52
AUTOHEADER = autoheader
(-)a/configure.ac (-1 / +1 lines)
Lines 96-101 AC_PROG_RANLIB Link Here
96
AC_CHECK_TOOL(NM, nm, strings)
96
AC_CHECK_TOOL(NM, nm, strings)
97
# Used only for the GNU-stack configure test.
97
# Used only for the GNU-stack configure test.
98
AC_CHECK_TOOL(OBJDUMP, objdump, false)
98
AC_CHECK_TOOL(OBJDUMP, objdump, false)
99
AC_CHECK_TOOL(AR, ar, false)
99
100
100
if test "x$ac_cv_prog_cc_stdc" = xno ; then
101
if test "x$ac_cv_prog_cc_stdc" = xno ; then
101
  AC_ERROR([the C compiler doesn't handle ANSI-C]) #'
102
  AC_ERROR([the C compiler doesn't handle ANSI-C]) #'
102
- 

Return to bug 438160