packaged the atd daemon
[packages.git] / utils / at / patches / 100-cross-compile.patch
1 --- at-3.1.10ubuntu4/configure  2008-04-21 21:14:40.000000000 +0200
2 +++ at-3.1.10ubuntu4/configure  2008-04-21 21:18:09.000000000 +0200
3 @@ -1037,7 +1037,7 @@
4  echo $ac_n "checking Trying to compile a trivial ANSI C program""... $ac_c" 1>&6
5  echo "configure:1039: checking Trying to compile a trivial ANSI C program" >&5
6  if test "$cross_compiling" = yes; then
7 -  { echo "configure: error: Could not compile and run even a trivial ANSI C program - check CC." 1>&2; exit 1; }
8 +  { echo "configure: error: Could not compile and run even a trivial ANSI C program, ignoring as we're cross compiling." 1>&2 ; }
9  else
10    cat > conftest.$ac_ext <<EOF
11  #line 1044 "configure"