diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-23 17:52:03 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-23 17:52:03 +0100 |
commit | 9c5950b73129a2a4d3e0ae2e81737845277971cb (patch) | |
tree | c0edbb5337a0f78a4e79782cf8a10c1bb343e1d1 /m4 | |
parent | 876b38c7a284889b5df6f9e3883b350a359541b8 (diff) | |
download | xine-lib-9c5950b73129a2a4d3e0ae2e81737845277971cb.tar.gz xine-lib-9c5950b73129a2a4d3e0ae2e81737845277971cb.tar.bz2 |
Missing "fi".
Diffstat (limited to 'm4')
-rw-r--r-- | m4/xine.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/xine.m4 b/m4/xine.m4 index cf64ec022..9aac9da6a 100644 --- a/m4/xine.m4 +++ b/m4/xine.m4 @@ -99,6 +99,7 @@ AC_DEFUN([AM_PATH_XINE], [ *** to modify your LD_LIBRARY_PATH enviroment variable, or edit *** /etc/ld.so.conf so that the correct libraries are found at run-time. ]) + fi fi AC_SUBST(XINE_CFLAGS) AC_SUBST(XINE_LIBS) |