Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568888
en ru br
ALT Linux repos
S:1.5.2-alt3.qa1
5.0: 1.5.2-alt2
4.1: 1.5.2-alt1
4.0: 1.5.2-alt1
3.0: 1.5.1-alt2

Group :: Publishing
RPM: OpenSP

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: OpenSP-1.5.1-disable-http.patch
Download


--- OpenSP-1.5.1/configure.in.orig-nohttp	2004-01-18 23:16:04 +0300
+++ OpenSP-1.5.1/configure.in	2004-01-18 23:18:06 +0300
@@ -412,7 +412,7 @@
 AC_MSG_CHECKING(whether to include support for http)
 AC_ARG_ENABLE(http,
 [  --enable-http           include support for http],
-    if test $enableval
+[   if test "x$enableval" != xno
     then
         AC_MSG_RESULT(yes)
 	AC_DEFINE(SP_HAVE_SOCKET,1,
@@ -427,8 +427,10 @@
 	    AC_MSG_RESULT(no))
     else
         AC_MSG_RESULT(no)
-    fi,
-    AC_MSG_RESULT(no))
+    fi
+],[
+    AC_MSG_RESULT(no)
+])
 AC_MSG_CHECKING(for default catalog)
 AC_ARG_ENABLE(default-catalog,
 [  --enable-default-catalog=pathlist
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin