summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-06-17 15:17:58 +0100
committerRoy Marples <roy@marples.name>2020-06-17 15:17:58 +0100
commit3f9355273c90c21bb1fdaa8bac9776f8195301b2 (patch)
treee3f42ede49df784aaef08c47a41c82fab8480e7e /configure
parentee73e526cc6129d7f6e8b95db77055e395612c3b (diff)
downloaddhcpcd-3f9355273c90c21bb1fdaa8bac9776f8195301b2.tar.xz
Quick change for pior
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 68295f45..92988581 100755
--- a/configure
+++ b/configure
@@ -89,7 +89,7 @@ for x do
--with-hook) HOOKSCRIPTS="$HOOKSCRIPTS${HOOKSCRIPTS:+ }$var";;
--with-hooks|HOOKSCRIPTS) HOOKSCRIPTS=$var; HOOKSET=true;;
--with-eghook) EGHOOKSCRIPTS="$EGHOOKSCRIPTS${EGHOOKSCRIPTS+ }$var";;
- --with-hooks|EGHOOKSCRIPTS) EGHOOKSCRIPTS=$var; EGHOOKSET=true;;
+ --with-eghooks|EGHOOKSCRIPTS) EGHOOKSCRIPTS=$var; EGHOOKSET=true;;
--with-default-hostname) _DEFAULT_HOSTNAME=$var;;
--build) BUILD=$var;;
--host) HOST=$var; HOSTCC=$var-;;