diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ EOF } gcc_get_define() { - $CXX -dM -E - < /dev/null | fgrep "$1" | head -1 | cut -d ' ' -f 3- + $CXX -dM -E - < /dev/null | fgrep "$1" | head -n1 | cut -d ' ' -f 3- } # |