fix #ifdef
authorraster <raster>
Thu, 20 Mar 2008 21:13:55 +0000 (21:13 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 20 Mar 2008 21:13:55 +0000 (21:13 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34065 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/emotion_test_main.c

index a706f76..16bb1a5 100644 (file)
@@ -98,7 +98,7 @@ main_start(int argc, char **argv)
    if (mode == 0)
      ecore_evas = ecore_evas_software_x11_new(NULL, 0,  0, 0, startw, starth);
 #endif
-#if HAVE_ECORE_EVAS_GL
+#if HAVE_ECORE_EVAS_X11_GL
    if (mode == 1)
      ecore_evas = ecore_evas_gl_x11_new(NULL, 0, 0, 0, startw, starth);
 #endif