diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 466aa51dd67..fc523c6aeb4 100644 --- a/configure.ac +++ b/configure.ac @@ -921,10 +921,10 @@ fi if test "$with_uuid" = bsd ; then AC_DEFINE([HAVE_UUID_BSD], 1, [Define to 1 if you have BSD UUID support.]) - UUID_EXTRA_OBJS="md5.o sha1.o" + UUID_EXTRA_OBJS="sha1.o" elif test "$with_uuid" = e2fs ; then AC_DEFINE([HAVE_UUID_E2FS], 1, [Define to 1 if you have E2FS UUID support.]) - UUID_EXTRA_OBJS="md5.o sha1.o" + UUID_EXTRA_OBJS="sha1.o" elif test "$with_uuid" = ossp ; then AC_DEFINE([HAVE_UUID_OSSP], 1, [Define to 1 if you have OSSP UUID support.]) UUID_EXTRA_OBJS="" |