X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=configure;h=7c5a38ce6e2dae6f3d4cf075081e81231c92747d;hp=44c3356ca3e2b5e8e7749029fabc68f38207d24f;hb=35ee06686adbfa4dd0feca625eb9a0dfee2d087e;hpb=4d29531b93f1a9bab2bea14a2722f9ae52359941 diff --git a/configure b/configure index 44c3356..7c5a38c 100755 --- a/configure +++ b/configure @@ -217,7 +217,7 @@ exit 1 fi -printf "Checking for talloc development files... " +printf "Checking for libtalloc... " if pkg-config --exists talloc; then printf "Yes.\n" have_talloc=1 @@ -247,7 +247,7 @@ else fi rm -f elf-minimal elf-minimal.c -printf "Checking for OpenGL header file GL/gl.h... " +printf "Checking for GL/gl.h... " have_gl=0 if pkg-config --exists gl; then printf "Yes.\n"