diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-07-13 00:30:46 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-07-13 00:30:46 +0200 |
commit | 568aaade7c8bfb4dd7260784a604ba32384ba5d5 (patch) | |
tree | 8dc6f8ffdf5c6d3288b915d82b32bc4b28c41d45 | |
parent | a752b8cffead9b91e314892f1534b17869e178be (diff) |
typo
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bd6e0be..2324e7d 100644 --- a/configure.ac +++ b/configure.ac @@ -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])]) |