(MU_REPLACE_FUNCS): Remove erroneous AC_DEFINE
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -39,8 +39,7 @@ AC_DEFUN([MU_CHECK_FUNC],[ | ... | @@ -39,8 +39,7 @@ AC_DEFUN([MU_CHECK_FUNC],[ |
39 | AC_DEFUN([MU_REPLACE_FUNCS], | 39 | AC_DEFUN([MU_REPLACE_FUNCS], |
40 | [AC_CHECK_FUNCS([$1], , [dnl | 40 | [AC_CHECK_FUNCS([$1], , [dnl |
41 | MU_LIBOBJ($ac_func) | 41 | MU_LIBOBJ($ac_func) |
42 | AC_DEFINE($ac_func, [mu_repl_]$ac_func, [Define to a replacement function name for ]$ac_func)]) | 42 | ])]) |
43 | ]) | ||
44 | 43 | ||
45 | AC_SUBST(GNU_INCLS) | 44 | AC_SUBST(GNU_INCLS) |
46 | AC_DEFUN([MU_HEADER],[ | 45 | AC_DEFUN([MU_HEADER],[ | ... | ... |
-
Please register or sign in to post a comment