Blame SOURCES/gamin-0.1.10-gnueabi.patch

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