]> git.cworth.org Git - fips/commit
configure: Set GL_LDFLAGS and EGL_LDFLAGS in configure script
authorCarl Worth <cworth@cworth.org>
Thu, 27 Jun 2013 03:46:40 +0000 (20:46 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 27 Jun 2013 03:50:14 +0000 (20:50 -0700)
commit211a9ae3f02ce8032da195b211ea683d5fada05d
treeff21f45492fdf4baf8d1073168b4eefaa3b29264
parent99eeb7e0771887efc60f295db6a30a76c677c933
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.
configure