diff options
| author | Roy Marples <roy@marples.name> | 2017-03-22 15:27:45 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-03-22 15:27:45 +0000 |
| commit | ae90db9e04c7adb8ce2d56c60b28bc22fd08ce45 (patch) | |
| tree | 9b8d4a16fbfb152f14035745de0ae459681f7f1a /configure | |
| parent | 5dde1f30e4d2b30a1ba789ad5f8441e010e817b1 (diff) | |
| download | dhcpcd-ae90db9e04c7adb8ce2d56c60b28bc22fd08ce45.tar.xz | |
Use new strtoi changes.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
