summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2019-02-06 22:27:17 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2019-02-06 22:27:49 +0100
commit43fc0fa073c540ac2d9635bc1fdaf4c81e499aed (patch)
tree8bc5538618464129330b52d99294aa2ddd8c76d0
parentd7a03bb45f0050206be4d4c551fdb36c7c725645 (diff)
downloadnetwork-manager-applet-43fc0fa073c540ac2d9635bc1fdaf4c81e499aed.tar.gz
build: fix typo in configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 25433a09..7c5df1b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,7 +137,7 @@ if test "$with_libnm_gtk" == yes; then
:,
[AC_MSG_FAILURE([$LIBNM_GLIB_PKG_ERRORS
-Configure withhout --with-libnm-gtk if you do not need the legacy library])])
+Configure without --with-libnm-gtk if you do not need the legacy library])])
LIBNM_GLIB_CFLAGS="$LIBNM_GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38"
LIBNM_GLIB_CFLAGS="$LIBNM_GLIB_CFLAGS -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_38"
LIBNM_GLIB_CFLAGS="$LIBNM_GLIB_CFLAGS -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_4"