diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-02-09 14:36:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-02-09 14:36:04 +0000 |
commit | dfaa5da1f7e07903480a853a061e2221c532d8b9 (patch) | |
tree | b65d78674436752c66110e50260364504001a2c8 /configure | |
parent | e9ab29c6ad9976fcf45ec09c5b647d667201d841 (diff) | |
download | s6-networking-dfaa5da1f7e07903480a853a061e2221c532d8b9.tar.xz |
fix typo in configure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -432,7 +432,7 @@ if $shared ; then else echo "DO_SHARED :=" fi -if $ allpic ; then +if $allpic ; then echo "STATIC_LIBS_ARE_PIC := 1" else echo "STATIC_LIBS_ARE_PIC :=" |