configure.ac: Fix argument quoting for argv[]
m4 quoting. Yar boo sux.
This commit is contained in:
parent
99a88826e5
commit
a04c95f444
|
@ -1077,7 +1077,7 @@ if ! test "x$have_clock_gettime" = xno; then
|
||||||
#define _POSIX_C_SOURCE 199309L
|
#define _POSIX_C_SOURCE 199309L
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[[]]) {
|
||||||
struct timespec tp;
|
struct timespec tp;
|
||||||
|
|
||||||
if (clock_gettime(CLOCK_MONOTONIC, &tp) == 0)
|
if (clock_gettime(CLOCK_MONOTONIC, &tp) == 0)
|
||||||
|
|
Loading…
Reference in New Issue