mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 15:48:07 +02:00
configure.ac: Fix argument quoting for argv[]
m4 quoting. Yar boo sux.
This commit is contained in:
parent
99a88826e5
commit
a04c95f444
1 changed files with 1 additions and 1 deletions
|
|
@ -1077,7 +1077,7 @@ if ! test "x$have_clock_gettime" = xno; then
|
|||
#define _POSIX_C_SOURCE 199309L
|
||||
#include <time.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
int main(int argc, char *argv[[]]) {
|
||||
struct timespec tp;
|
||||
|
||||
if (clock_gettime(CLOCK_MONOTONIC, &tp) == 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue