[gedit] Really fix the build when using GeditSpinner.



commit 52d3f683657e5d83d929226b83a0b9f5dbdd1850
Author: Steve Frécinaux <code istique net>
Date:   Wed Nov 4 21:22:17 2009 +0100

    Really fix the build when using GeditSpinner.

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 30ae582..3e8053f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -274,6 +274,9 @@ else
 fi
 
 AM_CONDITIONAL(BUILD_SPINNER, test "$gtkatleast" = "no")
+if test "$gtkatleast" = "no"; then
+	AC_DEFINE([BUILD_SPINNER],[1],[Whether to use GeditSpinner instead of GtkSpinner])
+fi
 
 if test "$platform_osx" = "no" &&
    test "$os_win32" = no; then



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