Skip to content
Snippets Groups Projects
Commit c2138298 authored by Sergey Kosukhin's avatar Sergey Kosukhin Committed by Thomas Jahns
Browse files

configure: Fix reconfigure on Darwin.

parent 721d1af7
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,9 @@ if [[ -z "${libtoolize:-}" ]]; then
esac
fi
# make sure autoreconf calls the same libtoolize:
export LIBTOOLIZE=${libtoolize}
SED=${SED-sed}
if sed_version=$($SED --version 2>/dev/null) && [[ $sed_version = *GNU\ sed* ]]; then
sed_inplace_options=('-i')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment