[vlc-commits] Fix VIM syntax highlight
Rafaël Carré
git at videolan.org
Mon Nov 28 22:06:01 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Nov 28 16:05:44 2011 -0500| [3f12f9ccc2bd8af2b38c45938724a8e9e7bc8a27] | committer: Rafaël Carré
Fix VIM syntax highlight
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f12f9ccc2bd8af2b38c45938724a8e9e7bc8a27
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7417214..cd5337f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -535,7 +535,7 @@ AC_SUBST(SOCKET_LIBS)
dnl Check for socklen_t
AH_TEMPLATE(socklen_t, [Define to `int' if <sys/socket.h> does not define.])
-AC_CACHE_CHECK([for socklen_t in sys/socket.h],
+AC_CACHE_CHECK([for socklen_t in sys/socket.h], dnl ` (fix VIM syntax highlight
ac_cv_type_socklen_t,
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
[#include <sys/types.h>
@@ -698,7 +698,7 @@ if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
dnl LP64 and LLP64 architectures had better define ssize_t by themselves...
-AH_TEMPLATE(ssize_t, [Define to `int' if <stddef.h> does not define.])
+AH_TEMPLATE(ssize_t, [Define to `int' if <stddef.h> does not define.]) dnl ` (fix VIM syntax highlight
AC_CHECK_TYPE(ssize_t,, [
AC_DEFINE(ssize_t, int)
])
More information about the vlc-commits
mailing list