Description: Enable build on hurd
Bug-Debian: http://bugs.debian.org/888225
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 24 Jan 2018 08:35:01 +0100

--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ case "$target_os" in
             LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX
         fi
         ;;
-    freebsd*|linux*)
+    freebsd*|linux*|hurd*)
         if test "X${lamCONV}" = "Xyes" ; then
             if test "X${lamGUI}" = "Xyes" ; then
                 if test "X${GUI_TOOLKIT}" = "X" ; then
@@ -92,11 +92,11 @@ case "$target_os" in
         ;;
     *)
         if test "X${LAMARC_CODE_OSTYPE}" = "X" ; then
-	    GUI_TOOLKIT=osx_cocoa
-            LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX
+	    GUI_TOOLKIT=gtk3
+            LAMARC_CODE_OSTYPE=LAMARC_COMPILE_LINUX
             echo "*************************************************************"
-            echo "DO NOT CHECK THIS config.ac in, it has GUI_TOOLKIT and"
-            echo "LAMARC_CODE_OSTYPE hardwired for 10.7 mac"
+            echo "No known OSTYPE"
+            echo "Use toolkit gtk3 and Linux settings"
             echo "*************************************************************"
         fi
         ;;
