X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=configure;h=9bdc7a156e73ab46bd6102615f4dfbfe4619b14f;hp=70cb006db81c7187c7846af9c6f6a5194552196d;hb=53c508dd3f4013ed85d623f58a356c3937ddcfc6;hpb=c7d32225c3efe61c79470bc31bb369b33d3e3a88 diff --git a/configure b/configure index 70cb006d..9bdc7a15 100755 --- a/configure +++ b/configure @@ -2218,10 +2218,10 @@ if test "$posix_pshared" = "yes" ; then output_sym "CONFIG_PSHARED" fi if test "$have_asprintf" = "yes" ; then - output_sym "HAVE_ASPRINTF" + output_sym "CONFIG_HAVE_ASPRINTF" fi if test "$have_vasprintf" = "yes" ; then - output_sym "HAVE_VASPRINTF" + output_sym "CONFIG_HAVE_VASPRINTF" fi if test "$linux_fallocate" = "yes" ; then output_sym "CONFIG_LINUX_FALLOCATE"