typo
This commit is contained in:
parent
a752b8cffe
commit
568aaade7c
@ -15,7 +15,7 @@ LT_INIT([pic-only])
|
||||
|
||||
# fix std
|
||||
CC=$(echo "${CC}" | sed 's/-std=gnu99/-std=c99/')
|
||||
CPP=$(echo "${CC}" | sed 's/-std=gnu99/-std=c99/')
|
||||
CPP=$(echo "${CPP}" | sed 's/-std=gnu99/-std=c99/')
|
||||
|
||||
# Checks for libraries.
|
||||
AC_SEARCH_LIBS([gcry_check_version], [gcrypt], [], [AC_MSG_ERROR([unable to find the gcry_check_version() function from libgcrypt])])
|
||||
|
Loading…
Reference in New Issue
Block a user