mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Fix a stray 'dnl' that my editor line-wrapped into this comment. Thanks
to filcab on IRC for spotting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171573 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1251,8 +1251,8 @@ AC_SEARCH_LIBS(dlopen,dl,AC_DEFINE([HAVE_DLOPEN],[1],
|
|||||||
AC_MSG_WARN([dlopen() not found - disabling plugin support]))
|
AC_MSG_WARN([dlopen() not found - disabling plugin support]))
|
||||||
|
|
||||||
dnl Search for the clock_gettime() function. Note that we rely on the POSIX
|
dnl Search for the clock_gettime() function. Note that we rely on the POSIX
|
||||||
dnl macros to detect whether clock_gettime is available, dnl this just finds
|
dnl macros to detect whether clock_gettime is available, this just finds the
|
||||||
dnl the right libraries to link with.
|
dnl right libraries to link with.
|
||||||
AC_SEARCH_LIBS(clock_gettime,rt)
|
AC_SEARCH_LIBS(clock_gettime,rt)
|
||||||
|
|
||||||
dnl libffi is optional; used to call external functions from the interpreter
|
dnl libffi is optional; used to call external functions from the interpreter
|
||||||
|
Reference in New Issue
Block a user