mirror of https://github.com/odrling/Aegisub
Remove the AC_LIB_RPATH hack as it breaks gettext detection and generates a million warnings
Originally committed to SVN as r5835.
This commit is contained in:
parent
06932668ee
commit
2d61579a65
|
@ -994,8 +994,6 @@ AC_SUBST(enable_ccache)
|
|||
##############################
|
||||
# Internationalisation support
|
||||
##############################
|
||||
# Avoid checking for config.rpath, we're not using automake.
|
||||
define([AC_LIB_RPATH], [:])
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
||||
if test "$build_darwin" = "yes"; then
|
||||
|
|
Loading…
Reference in New Issue