Index: /configure.ac
===================================================================
--- /configure.ac	(revision 4105)
+++ /configure.ac	(revision 4106)
@@ -27,7 +27,4 @@
 AC_LANG(C++)
 
-dnl Check for maemo platform
-AX_MAEMO
-
 dnl Check for doxygen and features
 AX_PROG_DOXYGEN
@@ -45,4 +42,7 @@
 BOOST_REGEX
 
+dnl Check for maemo platform
+AX_MAEMO
+
 AC_CONFIG_FILES([
 Makefile
Index: /m4/ax_maemo.m4
===================================================================
--- /m4/ax_maemo.m4	(revision 4105)
+++ /m4/ax_maemo.m4	(revision 4106)
@@ -17,5 +17,5 @@
 	if test "$host" = "arm-unknown-linux-gnu" ; then
 		AC_MSG_RESULT(yes)
-		LDFLAGS="$LDFLAGS -Wl,-zmuldefs",
+		LDFLAGS="$LDFLAGS -Wl,-zmuldefs"
 	else
 		AC_MSG_RESULT(no)
