mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 03:40:27 +01:00
build: remove spurious comma from configure.ac
This commit is contained in:
parent
3b3f108dfd
commit
701c05ad69
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ AC_CHECK_LIB([dl], [dladdr], LIBDL="-ldl", LIBDL="")
|
|||
AC_SUBST(LIBDL)
|
||||
|
||||
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')])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue