]> git.sesse.net Git - vlc/blobdiff - configure.ac
Determine psz_vlcpath in according to a location of DLL not the executable on OS/2
[vlc] / configure.ac
index fec1f3cf9caee434c7c7d3563f734d9fcddc7c0b..e35158e41751c5fdf7280ca01d3d45359490d2d6 100644 (file)
@@ -152,6 +152,9 @@ case "${host_os}" in
     VLC_ADD_CFLAGS([motion],[-fconstant-cfstrings])
     VLC_ADD_LIBS([libvlccore],[-Wl,-framework,CoreFoundation])
 
+    dnl Allow binaries created on Lion to run on earlier releases
+    AC_LIBOBJ([getdelim])
+
     dnl
     dnl  Check for Mac OS X SDK settings
     dnl