[vlc-devel] commit: lua needs -lm for static linking ( Rémi Denis-Courmont )
    git version control 
    git at videolan.org
       
    Sat Aug 29 18:43:02 CEST 2009
    
    
  
vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Mon Jun  1 21:08:01 2009 +0300| [640c62298fd831caca82da929f7155f2c2b7f048] | committer: Rémi Denis-Courmont 
lua needs -lm for static linking
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=640c62298fd831caca82da929f7155f2c2b7f048
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index f54ca75..bd33637 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1759,7 +1759,7 @@ then
               [LUA_LIBS="-llua"],
               [ have_lua=no
                 AC_MSG_WARN([lua >= 5.1 not found!])
-              ])
+              ],[-lm])
           )
         )
       ])
    
    
More information about the vlc-devel
mailing list