From: RĂ©mi Denis-Courmont Date: Sat, 10 Apr 2010 13:25:33 +0000 (+0300) Subject: typo X-Git-Tag: 1.1.0-pre1~66 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=68a623586d976729a55315da22f84814bfdde12c;hp=9fa62a2c395d481e5df3667fc3d200e82e14b4b0;p=vlc typo --- diff --git a/configure.ac b/configure.ac index 5ed528e3a2..b148e986c4 100644 --- a/configure.ac +++ b/configure.ac @@ -769,7 +769,7 @@ if test "${ac_cv_have_plugins}" = "no" -o "${SYS}" = "darwin"; then if test "${ac_cv_my_have_dlopen}" = "yes"; then AC_DEFINE(HAVE_DL_DLOPEN, 1, [Define if you have the dlopen API]) ac_cv_have_plugins=yes - VLC_ADD_LIBS([libvlccore realvideo lua],[$LIBDL]), + VLC_ADD_LIBS([libvlccore realvideo lua],[$LIBDL]) fi fi AC_SUBST(LIBDL)