summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2016-01-20 12:21:40 -0600
committerDan Williams <dcbw@redhat.com>2016-01-20 12:22:42 -0600
commit74572aa182baffe51c336fe06ce50f201eae7b3b (patch)
tree32fb1455783dfbafa1b41bb47a936421cb061e5c
parentbaefcdbade1c8d9aef1d88144772c8ea995546e9 (diff)
downloadNetworkManager-74572aa182baffe51c336fe06ce50f201eae7b3b.tar.gz
build: remove spurious comma from configure.ac
(cherry picked from commit 701c05ad692566527322db6dade4f7d363d9de02)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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')])