--- libgtkdatabox-0.9.0.1.orig/examples/basics_libglade.c
+++ libgtkdatabox-0.9.0.1/examples/basics_libglade.c
@@ -29,19 +29,13 @@
 #include <gtkdatabox_cross_simple.h>
 #include <math.h>
 
-#include <config.h>
-
-#ifdef USE_LIBGLADE
 #include <glade/glade.h>
-#endif
 
 #define POINTS 2000
 #define STEPS 50
 #define BARS 25
 #define MARKER 10
 
-#ifdef USE_LIBGLADE
-
 /*----------------------------------------------------------------
  *  databox basics
  *----------------------------------------------------------------*/
@@ -207,16 +201,3 @@
 
    return 0;
 }
-
-#else /* USE_LIBGLADE */
-
-/* Build some dummy program if libglade is not used. */
-gint
-main ()
-{
-   g_printf
-      ("This program does nothing useful unless you call the configure script with --enable-libglade\n");
-   return 0;
-}
-
-#endif /* USE_LIBGLADE */
