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

(-)a/acinclude.m4 (+3 lines)
Lines 2449-2454 AC_DEFUN([PHP_SETUP_ICONV], [ Link Here
2449
  dnl
2449
  dnl
2450
  dnl Check libc first if no path is provided in --with-iconv
2450
  dnl Check libc first if no path is provided in --with-iconv
2451
  dnl
2451
  dnl
2452
  oldLIBS=$LIBS
2453
  LIBS=
2452
  if test "$PHP_ICONV" = "yes"; then
2454
  if test "$PHP_ICONV" = "yes"; then
2453
    AC_CHECK_FUNC(iconv, [
2455
    AC_CHECK_FUNC(iconv, [
2454
      found_iconv=yes
2456
      found_iconv=yes
Lines 2460-2465 AC_DEFUN([PHP_SETUP_ICONV], [ Link Here
2460
      ])
2462
      ])
2461
    ])
2463
    ])
2462
  fi
2464
  fi
2465
  LIBS=$oldLIBS
2463
2466
2464
  dnl
2467
  dnl
2465
  dnl Check external libs for iconv funcs
2468
  dnl Check external libs for iconv funcs

Return to bug 364139