]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We nolonger use getline.
authorRoy Marples <roy@marples.name>
Tue, 12 May 2020 10:24:42 +0000 (11:24 +0100)
committerRoy Marples <roy@marples.name>
Tue, 12 May 2020 10:24:42 +0000 (11:24 +0100)
BUILDING.md

index d14474ee2d3eaade06c7830ec3ea3cbe1e6a7e4d..fb21c9f7e700f4497aabaa36759717b37754af5d 100644 (file)
@@ -150,10 +150,6 @@ Both targets support DESTDIR to set the installation directory,
 if unset it defaults to `/tmp/dhcpcd-$VERSION`
 Example: `make DESTDIR=/usr/src/contrib/dhcpcd import-src`
 
-In this instance, you may wish to disable some configured tests when
-the binary has to run on older versions which lack support, such as getline.
-`./configure --without-getline`
-
 
 ## Hooks
 Not all the hooks in dhcpcd-hooks are installed by default.