Blame SOURCES/gamin-0.1.10-gnueabi.patch

c945e5
diff -up gamin-0.1.10/configure.in.old gamin-0.1.10/configure.in
c945e5
--- gamin-0.1.10/configure.in.old	2008-11-24 16:23:06.000000000 +0100
c945e5
+++ gamin-0.1.10/configure.in	2009-01-05 16:20:41.740669149 +0100
c945e5
@@ -158,6 +158,10 @@ AC_ARG_ENABLE(debug,
c945e5
 if test x$debug = xyes ; then
c945e5
     AC_DEFINE([GAMIN_DEBUG], [], [Enable debugging support])
c945e5
 fi
c945e5
+#AM_CONDITIONAL(HAVE_LINUX, test x$target_os = xlinux-gnueabi)
c945e5
+if test x$target_os = xlinux-gnueabi; then
c945e5
+      AC_DEFINE([HAVE_LINUX],[],[Whether we are using linux or not])
c945e5
+fi
c945e5
 
c945e5
 AM_CONDITIONAL(GAMIN_DEBUG, test x$debug = xyes)
c945e5