Jan Engelhardt
3d605bfb06
- allow building on SLES11-SP3 by removing freetds dependency and unknown configure option "serial-tests" for SLES11 OBS-URL: https://build.opensuse.org/request/show/357697 OBS-URL: https://build.opensuse.org/package/show/server:database/libdbi-drivers?expand=0&rev=15
12 lines
424 B
Diff
12 lines
424 B
Diff
--- libdbi-drivers/configure.ac.orig 2016-02-04 10:12:56.049468401 +0100
|
|
+++ libdbi-drivers/configure.ac 2016-02-04 10:13:10.336666283 +0100
|
|
@@ -3,7 +3,7 @@
|
|
AC_CONFIG_SRCDIR([drivers/sqlite/dbd_sqlite.c])
|
|
AM_MAINTAINER_MODE
|
|
|
|
-AM_INIT_AUTOMAKE([foreign dist-zip subdir-objects serial-tests])
|
|
+AM_INIT_AUTOMAKE([foreign dist-zip subdir-objects])
|
|
AM_CONFIG_HEADER(config.h)
|
|
AC_LIBTOOL_WIN32_DLL
|
|
AC_CONFIG_MACRO_DIR([m4])
|