From 18a1d464eceb21cfb1956f4991fa6d5ddc7b31c2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Jan 2009 12:01:18 +0100 Subject: [PATCH] Fix minor spelling mistake --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 9b70b04..39dbced 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ fi AM_CONDITIONAL(WIFI, test "${enable_wifi}" = "yes") AC_ARG_WITH(udhcpc, AC_HELP_STRING([--with-udhcpc=PROGRAM], - [specific location of udhcpc binary]), [path_udhcpc=${withval}]) + [specify location of udhcpc binary]), [path_udhcpc=${withval}]) AC_ARG_ENABLE(UDHCP, AC_HELP_STRING([--enable-udhcp], [enable uDHCP support]), [enable_udhcp=${enableval}]) @@ -72,7 +72,7 @@ fi AM_CONDITIONAL(UDHCP, test "${enable_udhcp}" = "yes") AC_ARG_WITH(dhclient, AC_HELP_STRING([--with-dhclient=PROGRAM], - [specific location of dhclient binary]), [path_dhclient=${withval}]) + [specify location of dhclient binary]), [path_dhclient=${withval}]) AC_ARG_ENABLE(DHCLIENT, AC_HELP_STRING([--enable-dhclient], [enable dhclient support]), [enable_dhclient=${enableval}]) @@ -87,7 +87,7 @@ fi AM_CONDITIONAL(DHCLIENT, test "${enable_dhclient}" = "yes") AC_ARG_WITH(resolvconf, AC_HELP_STRING([--with-resolvconf=PROGRAM], - [specific location of resolvconf binary]), [path_resolvconf=${withval}]) + [specify location of resolvconf binary]), [path_resolvconf=${withval}]) AC_ARG_ENABLE(RESOLVCONF, AC_HELP_STRING([--enable-resolvconf], [enable resolvconf support]), [enable_resolvconf=${enableval}]) @@ -114,7 +114,7 @@ AC_ARG_ENABLE(hso, AC_HELP_STRING([--enable-hso], AM_CONDITIONAL(HSO, test "${enable_hso}" = "yes") AC_ARG_WITH(pppd, AC_HELP_STRING([--with-pppd=PROGRAM], - [specific location of pppd binary]), [path_pppd=${withval}]) + [specify location of pppd binary]), [path_pppd=${withval}]) AC_ARG_ENABLE(ppp, AC_HELP_STRING([--enable-ppp], [enable PPP support]), [enable_ppp=${enableval}]) -- 1.7.9.5