diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-12-11 09:42:27 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-12-11 09:42:27 +0100 |
commit | 93a8fd07f647cea6b130dda37c9093022f000ac1 (patch) | |
tree | cba792299da280a41ea691a25a12a6a633276c46 /configure | |
parent | 51ff306adfd1728dfe371a5bb2e64051aadc3a7d (diff) | |
download | ghdl-93a8fd07f647cea6b130dda37c9093022f000ac1.tar.gz ghdl-93a8fd07f647cea6b130dda37c9093022f000ac1.tar.bz2 ghdl-93a8fd07f647cea6b130dda37c9093022f000ac1.zip |
Fix configure for #220
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,7 +197,7 @@ esac # Check if gcc was configured with --enable-default-pie. In that case -fPIC # should be added. -if gcc --version 2>&1 | grep -q enable-default-pie; then +if gcc -v 2>&1 | grep -q enable-default-pie; then default_pie="yes" else default_pie="no" |