mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Previous commit broke build on non-CygWin. Fixed so it now works on both
CygWin and non-CygWin machines. svn path=/trunk/yasm/; revision=1112
This commit is contained in:
parent
155a517051
commit
e9084ab7c4
1 changed files with 13 additions and 13 deletions
26
m4/ltdl.m4
26
m4/ltdl.m4
|
|
@ -91,7 +91,7 @@ AC_REQUIRE([AC_LTDL_DLLIB])
|
|||
AC_REQUIRE([AC_LTDL_SYMBOL_USCORE])
|
||||
AC_REQUIRE([AC_LTDL_DLSYM_USCORE])
|
||||
AC_REQUIRE([AC_LTDL_SYS_DLOPEN_DEPLIBS])
|
||||
#AC_REQUIRE([AC_LTDL_FUNC_ARGZ])
|
||||
AC_REQUIRE([AC_LTDL_FUNC_ARGZ])
|
||||
|
||||
AC_CHECK_HEADERS([assert.h ctype.h errno.h malloc.h memory.h stdlib.h \
|
||||
stdio.h unistd.h])
|
||||
|
|
@ -413,16 +413,16 @@ fi
|
|||
|
||||
# AC_LTDL_FUNC_ARGZ
|
||||
# -----------------
|
||||
#AC_DEFUN([AC_LTDL_FUNC_ARGZ],
|
||||
#[AC_CHECK_HEADERS([argz.h])
|
||||
#
|
||||
#AC_CHECK_TYPES([error_t],
|
||||
# [],
|
||||
# [AC_DEFINE([error_t], [int],
|
||||
# [Define to a type to use for `error_t' if it is not otherwise available.])],
|
||||
# [#if HAVE_ARGZ_H
|
||||
## include <argz.h>
|
||||
##endif])
|
||||
#
|
||||
AC_DEFUN([AC_LTDL_FUNC_ARGZ],
|
||||
[AC_CHECK_HEADERS([argz.h])
|
||||
|
||||
AC_CHECK_TYPES([error_t],
|
||||
[],
|
||||
[AC_DEFINE([error_t], [int],
|
||||
[Define to a type to use for `error_t' if it is not otherwise available.])],
|
||||
[#if HAVE_ARGZ_H
|
||||
# include <argz.h>
|
||||
#endif])
|
||||
|
||||
#AC_CHECK_FUNCS([argz_append argz_create_sep argz_insert argz_next argz_stringify])
|
||||
#])# AC_LTDL_FUNC_ARGZ
|
||||
])# AC_LTDL_FUNC_ARGZ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue