Blame SOURCES/gamin-0.1.10-gnueabi.patch

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