]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove configure opts for prior.
authorRoy Marples <roy@marples.name>
Tue, 21 Mar 2017 20:58:35 +0000 (20:58 +0000)
committerRoy Marples <roy@marples.name>
Tue, 21 Mar 2017 20:58:35 +0000 (20:58 +0000)
configure

index 71f4c6e924e5043e8fbb25197a65dfd052fabf39..3610d9c9f566624defbab12dd1d167060d25d6aa 100755 (executable)
--- a/configure
+++ b/configure
@@ -13,7 +13,6 @@ IPV4LL=
 INET6=
 ARC4RANDOM=
 CLOSEFROM=
-GETLINE=
 STRLCPY=
 UDEV=
 OS=
@@ -82,12 +81,10 @@ for x do
        --target) TARGET=$var;;
        --libdir) LIBDIR=$var;;
        --without-arc4random) ARC4RANDOM=no;;
-       --without-getline) GETLINE=no;;
        --without-strlcpy) STRLCPY=no;;
        --without-pidfile_lock) PIDFILE_LOCK=no;;
        --with-printf_m) HAVE_PRINTF_M=yes;;
        --without-printf_m) HAVE_PRINTF_M=no;;
-        --without-posix_spawn) POSIX_SPAWN=no;;
        --without-reallocarrray) REALLOCARRAY=no;;
        --without-md5) MD5=no;;
        --without-sha2) SHA2=no;;