From 74572aa182baffe51c336fe06ce50f201eae7b3b Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 20 Jan 2016 12:21:40 -0600 Subject: [PATCH] build: remove spurious comma from configure.ac (cherry picked from commit 701c05ad692566527322db6dade4f7d363d9de02) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2c23a1cd2c..7384ac681c 100644 --- a/configure.ac +++ b/configure.ac @@ -277,7 +277,7 @@ fi AM_CONDITIONAL(HAVE_DBUS_GLIB_100, test "${have_dbus_glib_100}" = "yes") PKG_CHECK_MODULES(GLIB, [gio-unix-2.0 >= 2.37.6 gmodule-2.0], - [AC_SUBST(LOG_DRIVER, '$(top_srcdir)/build-aux/tap-driver.sh'), + [AC_SUBST(LOG_DRIVER, '$(top_srcdir)/build-aux/tap-driver.sh') AC_SUBST(AM_TESTS_FD_REDIRECT, '--tap')], [PKG_CHECK_MODULES(GLIB, gio-unix-2.0 >= 2.32 gmodule-2.0) AC_SUBST(LOG_DRIVER, '$(top_srcdir)/build-aux/test-driver')])