* src/graph.c:
authortrelane@digitasaru.net <trelane@digitasaru.net>
Fri, 16 Oct 2009 02:47:09 +0000 (21:47 -0500)
committertrelane@digitasaru.net <trelane@digitasaru.net>
Fri, 16 Oct 2009 02:47:09 +0000 (21:47 -0500)
   Fix include of graph.h
* configure.ac:
   un-commented the MAEMO macro for testing presence of MAEMO

configure.ac
src/graph.c

index dd62150..39202e5 100644 (file)
@@ -37,7 +37,7 @@ AC_ARG_ENABLE([maemo],
       n900) CFLAGS="$CFLAGS -mfpu=vfp -mfloat-abi=softfp" ;;
       *) CFLAGS="$CFLAGS -mfpu=vfp -mfloat-abi=softfp" ;;
 esac],[maemo=false])
-dnl AM_CONDITIONAL([MAEMO], [test x$maemo != xfalse])
+AM_CONDITIONAL([MAEMO], [test x$maemo != xfalse])
 
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
index cd2b056..8a48b76 100644 (file)
@@ -26,13 +26,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 **  at http://gnomejournal.org/article/34/writing-a--using-cairo-and-gtk28
 
 ** Started on  Thu Jul 17 10:51:32 2008 Johnny Q. Hacker
-** Last update Sun May 12 01:17:25 2002 Speed Blue
+** Last update Thu Oct 15 21:37:21 2009 Johnny Q. Hacker
 */
 
-#include <graph.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
+#include "graph.h"
 
 #ifdef DEBUG
 #define DEBUG_AUTOAXIS