From: Carl Worth Date: Thu, 27 Jun 2013 03:46:40 +0000 (-0700) Subject: configure: Set GL_LDFLAGS and EGL_LDFLAGS in configure script X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=211a9ae3f02ce8032da195b211ea683d5fada05d;hp=211a9ae3f02ce8032da195b211ea683d5fada05d;p=fips configure: Set GL_LDFLAGS and EGL_LDFLAGS in configure script The libfips library doesn't link directly to libGL nor libEGL so didn't need these flags. But we're adding test programs that do link to these, so the test's Makefile needs access to these flags. ---