]> git.pld-linux.org Git - packages/newt.git/blob - gold.patch
up to 0.52.22
[packages/newt.git] / gold.patch
1 --- newt-0.52.13/configure.ac.wiget     2011-07-17 17:07:20.843018152 +0200
2 +++ newt-0.52.13/configure.ac   2011-07-17 17:09:11.307821301 +0200
3 @@ -19,7 +19,7 @@ AC_PROG_GREP
4  AC_MSG_CHECKING([for GNU ld])
5  LD=$($CC -print-prog-name=ld 2>&5)
6  
7 -if test $($LD -v 2>&1 | $ac_cv_path_GREP -c "GNU ld") = 0; then
8 +if test $($LD -v 2>&1 | $ac_cv_path_GREP -c "GNU (go)?ld") = 0; then
9    # Not
10    GNU_LD=""
11    AC_MSG_RESULT([no])
This page took 0.086561 seconds and 3 git commands to generate.