]> git.pld-linux.org Git - packages/newt.git/blob - gold.patch
9a71cb96259a78b7ec898d770e59d1a26b836b1a
[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 -cE "GNU (go)?ld"` = 0; then
9    # Not
10    GNU_LD=""
11    AC_MSG_RESULT([no])
This page took 0.051588 seconds and 2 git commands to generate.