2008-04-29 Robert Bragg <bob@o-hand.com>
authorRobert Bragg <bob@openedhand.com>
Tue, 29 Apr 2008 19:51:05 +0000 (19:51 +0000)
committerRobert Bragg <bob@openedhand.com>
Tue, 29 Apr 2008 19:51:05 +0000 (19:51 +0000)
* clutter/configure.ac:
RE: earlier GLESv1_CM change: Now sets GLES_LIBS="-lGLESv1_CM"
instead of the previous EGL_LIBS variable.

configure.ac

index 73e5614..3d2c176 100644 (file)
@@ -202,7 +202,7 @@ case $glesversion in
                 GLES_LIBS="-lgles_cm"
             fi
         else
-            EGL_LIBS="GLESv1_CM"
+            GLES_LIBS="-lGLESv1_CM"
         fi
 
    else