summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-03-22 15:27:45 +0000
committerRoy Marples <roy@marples.name>2017-03-22 15:27:45 +0000
commitae90db9e04c7adb8ce2d56c60b28bc22fd08ce45 (patch)
tree9b8d4a16fbfb152f14035745de0ae459681f7f1a /configure
parent5dde1f30e4d2b30a1ba789ad5f8441e010e817b1 (diff)
downloaddhcpcd-ae90db9e04c7adb8ce2d56c60b28bc22fd08ce45.tar.xz
Use new strtoi changes.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index abcb2ea4..114ba5b5 100755
--- a/configure
+++ b/configure
@@ -809,7 +809,7 @@ EOF
rm -f _strtoi.c _strtoi
fi
if [ "$STRTOI" = no ]; then
- echo "COMPAT_SRCS+= compat/strtoi.c" >>$CONFIG_MK
+ echo "COMPAT_SRCS+= compat/strtoi.c compat/strtou.c" >>$CONFIG_MK
echo "#include \"compat/strtoi.h\"" >>$CONFIG_H
fi