[vlc-devel] commit: Prefer correct syntax highlighting over pedantic quote ( Christophe Mutricy )
git version control
git at videolan.org
Thu Jul 3 23:44:39 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Jul 3 20:05:33 2008 +0100| [4eb42eed1acc014adc254752f78098356106ed69]
Prefer correct syntax highlighting over pedantic quote
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4eb42eed1acc014adc254752f78098356106ed69
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6ea583a..3bbb860 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ dnl Check for tools
dnl
AC_PROG_CC_C99
AC_USE_SYSTEM_EXTENSIONS
-AC_DEFINE([_FORTIFY_SOURCE], 2, [Define to `2' to get glibc warnings.])
+AC_DEFINE([_FORTIFY_SOURCE], 2, [Define to '2' to get glibc warnings.])
AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_CPP
More information about the vlc-devel
mailing list