Files
gearmand/fix-without-mysql.patch

13 lines
442 B
Diff

Index: gearmand-1.1.13/configure
===================================================================
--- gearmand-1.1.13.orig/configure
+++ gearmand-1.1.13/configure
@@ -18198,6 +18198,7 @@ if test "${with_mysql+set}" = set; then
withval=$with_mysql;
if test "$withval" = "no"; then
want_mysql="no"
+ found_mysql="no"
elif test "$withval" = "yes"; then
want_mysql="yes"
else