Commit 5bf74ddf 5bf74ddf6cc3de922a1b221311f871c9409029fa by Sergey Poznyakoff

Bugfix

1 parent de67b700
...@@ -356,13 +356,13 @@ AC_DEFUN([AC_REPLACE_FUNCS], ...@@ -356,13 +356,13 @@ AC_DEFUN([AC_REPLACE_FUNCS],
356 [AC_CHECK_FUNCS([$1], , [MU_LIBOBJ($ac_func)]) 356 [AC_CHECK_FUNCS([$1], , [MU_LIBOBJ($ac_func)])
357 ]) 357 ])
358 358
359 libmailbox_GNULIB 359 libmailutils_GNULIB
360 360
361 dnl Restore overridden defuns 361 dnl Restore overridden defuns
362 m4_copy([MU_SAVE_AC_REPLACE_FUNCS],[AC_REPLACE_FUNCS]) 362 m4_copy([MU_SAVE_AC_REPLACE_FUNCS],[AC_REPLACE_FUNCS])
363 m4_copy([MU_SAVE_AC_LIBOBJ],[AC_LIBOBJ]) 363 m4_copy([MU_SAVE_AC_LIBOBJ],[AC_LIBOBJ])
364 364
365 libmailutils_GNULIB 365 libmuaux_GNULIB
366 366
367 AC_FUNC_MMAP 367 AC_FUNC_MMAP
368 368
......
...@@ -298,7 +298,7 @@ expand_modules muaux_modules ...@@ -298,7 +298,7 @@ expand_modules muaux_modules
298 expand_modules mailutils_modules 298 expand_modules mailutils_modules
299 299
300 MODLIST= 300 MODLIST=
301 for mod in $lib_modules 301 for mod in $muaux_modules
302 do 302 do
303 if echo "$mailutils_modules" | grep -q " $mod " -; then 303 if echo "$mailutils_modules" | grep -q " $mod " -; then
304 : 304 :
......