Blame SOURCES/gamin-0.1.10-gnueabi.patch

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