[clutter/clutter-1.18] Fix on Last Commit of config.h.win32.in



commit 891d3fce0084134a6f6b725557877c3d6c7e8ad2
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Mar 20 09:30:17 2014 +0800

    Fix on Last Commit of config.h.win32.in
    
    Missed a /* before an #undef line, causing build warnings, oops, sorry.

 clutter/config.h.win32.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/config.h.win32.in b/clutter/config.h.win32.in
index 105e065..f538035 100644
--- a/clutter/config.h.win32.in
+++ b/clutter/config.h.win32.in
@@ -140,7 +140,7 @@
 #define LT_OBJDIR ".libs/"
 
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O */
+/* #undef NO_MINUS_C_MINUS_O */
 
 /* Define to 1 if building for Linux */
 /* #undef OS_LINUX */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]