Commit 1b0b082d authored by Pierre Ynard's avatar Pierre Ynard

contrib: use real prefix when hacking libintl headers

parent 1bc507d1
......@@ -399,7 +399,7 @@ else
endif
# Work around another non-sense of autoconf.
ifdef HAVE_WIN32
(cd ../include; sed -i.orig '311 c #if 0' libintl.h)
(cd $(PREFIX)/include; sed -i.orig '311 c #if 0' libintl.h)
endif
$(INSTALL_NAME)
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment