diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 2a03ed0a018..11a4284e5bd 100755 --- a/configure +++ b/configure @@ -8307,12 +8307,12 @@ if test "$with_uuid" = bsd ; then $as_echo "#define HAVE_UUID_BSD 1" >>confdefs.h - UUID_EXTRA_OBJS="md5.o sha1.o" + UUID_EXTRA_OBJS="sha1.o" elif test "$with_uuid" = e2fs ; then $as_echo "#define HAVE_UUID_E2FS 1" >>confdefs.h - UUID_EXTRA_OBJS="md5.o sha1.o" + UUID_EXTRA_OBJS="sha1.o" elif test "$with_uuid" = ossp ; then $as_echo "#define HAVE_UUID_OSSP 1" >>confdefs.h |