Merge r3879.
Originally committed to SVN as r3880.
This commit is contained in:
parent
ec6053a674
commit
ebc9222f32
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ AC_DEFUN([AGI_FIND_HEADER],[
|
||||||
AC_DEFUN([AGI_FIND_LIB],[
|
AC_DEFUN([AGI_FIND_LIB],[
|
||||||
aegisub_save_LDFLAGS="$LDFLAGS"
|
aegisub_save_LDFLAGS="$LDFLAGS"
|
||||||
|
|
||||||
if test -n $3; then
|
if test -n "$3"; then
|
||||||
LDDIR="-L$3"
|
LDDIR="-L$3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue