mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 03:05:15 +00:00
Fix a stray 'dnl' that my editor line-wrapped into this comment. Thanks
to filcab on IRC for spotting. llvm-svn: 171573
This commit is contained in:
parent
3898459108
commit
7f27d7a162
@ -1251,8 +1251,8 @@ AC_SEARCH_LIBS(dlopen,dl,AC_DEFINE([HAVE_DLOPEN],[1],
|
||||
AC_MSG_WARN([dlopen() not found - disabling plugin support]))
|
||||
|
||||
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 the right libraries to link with.
|
||||
dnl macros to detect whether clock_gettime is available, this just finds the
|
||||
dnl right libraries to link with.
|
||||
AC_SEARCH_LIBS(clock_gettime,rt)
|
||||
|
||||
dnl libffi is optional; used to call external functions from the interpreter
|
||||
|
Loading…
x
Reference in New Issue
Block a user