updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / tvtime_patched / tvtime-1.0.2-compiler-check.patch
blob91f732a0fb2774133ce2451fe903d5b514f8a6f2
1 diff -Naurp tvtime-1.0.2.orig/configure.ac tvtime-1.0.2/configure.ac
2 --- tvtime-1.0.2.orig/configure.ac 2009-05-31 17:54:20.000000000 +0200
3 +++ tvtime-1.0.2/configure.ac 2009-05-31 17:58:31.482127573 +0200
4 @@ -10,12 +10,7 @@ if test x"$host_alias" = x""; then host_
6 # Check for compilers.
7 AC_PROG_CC
8 -AC_CHECK_PROG(found_cc, "$CC", yes, no)
9 -test "x$found_cc" = "xyes" || exit 1
11 AC_PROG_CXX
12 -AC_CHECK_PROG(found_cxx, "$CXX", yes, no)
13 -test "x$found_cxx" = "xyes" || exit 1
15 # Check for libtool.
16 AC_PROG_LIBTOOL