diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-11 23:46:35 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-11 23:46:35 +0000 |
commit | 2e63ab3f1c14050793a2536221b4340dd7411221 (patch) | |
tree | 44288103d75ac44fef745ad09180a84a6a2a25bd /configure | |
parent | 6bae0bac6941c9f02c7c4dcb08505df288210cb0 (diff) | |
download | execline-2e63ab3f1c14050793a2536221b4340dd7411221.tar.xz |
Clean up static/shared libs initialization in configure and Makefile
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -361,8 +361,6 @@ if $allstatic ; then vpathd= fi echo "vpath lib%.so$vpathd" -echo "STATIC_LIBS :=" -echo "SHARED_LIBS :=" if $static ; then echo "DO_STATIC := 1" else |