X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=configure;h=ef8aed015e7080a38512a4c229ba5eebd7cef869;hb=5381d581fe6d0c79a485f3179cd5505b7efb9336;hp=d5438d33dc876c691fb05f22e831d793b875bbde;hpb=fac9c8c2d3bfc5e97f2fdcf90f8cbe3ac9b2c49e;p=fips diff --git a/configure b/configure index d5438d3..ef8aed0 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"