Hi,

the attached patch fixes the problem.

Cheers,
  Joachim
--- xosview-1.8.2/config/aclocal.m4	2006-06-04 18:27:35.000000000 +0200
+++ xosview-1.8.2.new/config/aclocal.m4	2006-06-04 18:33:10.000000000 +0200
@@ -137,7 +137,7 @@
 #ifdef CONFIG_MODVERSIONS
 yes
 #endif
-], [USE_MOD_VERSIONS=-DMODVERSIONS] AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
+], [USE_MOD_VERSIONS=-DMODVERSIONS; AC_MSG_RESULT(yes)], AC_MSG_RESULT(no))
 SMP_LINUX
 INSTALL_ARGS='-m 755'
 fi
@@ -158,7 +158,7 @@
 #ifdef CONFIG_MODVERSIONS
 yes
 #endif
-], [USE_MOD_VERSIONS=-DMODVERSIONS] AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
+], [USE_MOD_VERSIONS=-DMODVERSIONS; AC_MSG_RESULT(yes)], AC_MSG_RESULT(no))
         SMP_LINUX
 else
         MEMSTAT=

Reply via email to