2008-04-29 Robert Bragg <bob@o-hand.com>

* clutter/configure.ac:
	RE: earlier GLESv1_CM change: Now sets GLES_LIBS="-lGLESv1_CM"
	instead of the previous EGL_LIBS variable.
This commit is contained in:
Robert Bragg 2008-04-29 19:51:05 +00:00
parent ca3074f772
commit eb72cdd5f3

View File

@ -202,7 +202,7 @@ case $glesversion in
GLES_LIBS="-lgles_cm" GLES_LIBS="-lgles_cm"
fi fi
else else
EGL_LIBS="GLESv1_CM" GLES_LIBS="-lGLESv1_CM"
fi fi
else else