[MPlayer-cvslog] r26050 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Feb 21 17:35:00 CET 2008
Author: diego
Date: Thu Feb 21 17:35:00 2008
New Revision: 26050
Log:
Use standard multiple inclusion guard.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Feb 21 17:35:00 2008
@@ -7874,7 +7874,7 @@ cat > $TMPH << EOF
/* Protect against multiple inclusion */
#ifndef MPLAYER_CONFIG_H
-#define MPLAYER_CONFIG_H 1
+#define MPLAYER_CONFIG_H
#define CONFIGURATION "$_configuration"
More information about the MPlayer-cvslog
mailing list