X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=configure;h=ae6b31af5ca49551530797efc08c2b175953e798;hb=99eeb7e0771887efc60f295db6a30a76c677c933;hp=d5438d33dc876c691fb05f22e831d793b875bbde;hpb=a9a3c0277f608fcfc7c92a93796db001d36914d4;p=fips diff --git a/configure b/configure index d5438d3..ae6b31a 100755 --- a/configure +++ b/configure @@ -308,14 +308,14 @@ else fi rm -f glx-minimal glx-minimal.c -printf " Checking for GL/egl.h... " +printf " Checking for EGL/egl.h... " have_egl=No if pkg-config --exists egl; then printf "Yes.\n" have_egl=Yes egl_cflags=$(pkg-config --cflags egl) else - printf "#include \nint main(void){return 0;}\n" > egl-minimal.c + printf "#include \nint main(void){return 0;}\n" > egl-minimal.c if ${CC} -o egl-minimal egl-minimal.c ${gl_cflags} > /dev/null 2>&1 then printf "Yes.\n" @@ -537,14 +537,6 @@ EGL_CFLAGS = ${egl_cflags} # Flags needed to have linker link only to necessary libraries AS_NEEDED_LDFLAGS = ${as_needed_ldflags} - -# Flags needed to compile the fips binary -FIPS_CFLAGS = \$(WARN_CFLAGS) \$(TALLOC_CFLAGS) \$(LIBELF_CFLAGS) -FIPS_LDFLAGS = \$(TALLOC_LDFLAGS) \$(LIBELF_LDFLAGS) - -# Flags needed to compile the libfips libraries -LIBFIPS_CFLAGS = \$(WARN_CFLAGS) \$(GL_CFLAGS) \$(EGL_CFLAGS) -LIBFIPS_LDFLAGS = EOF # construct config.h