]> git.lyx.org Git - lyx.git/blobdiff - config/libtool.m4
fix some document dialog ui and add some FIXMEs
[lyx.git] / config / libtool.m4
index 59398c54320738682133e6bc6b2aad1071398dfe..8d155e1076f9ffeeaf0cebf873af58c98f9f3fe0 100644 (file)
@@ -103,7 +103,7 @@ case $host in
   CFLAGS="$CFLAGS -belf"
   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
     [AC_LANG_SAVE
-     AC_LANG(C)
+     AC_LANG_C
      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
      AC_LANG_RESTORE])
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then