Skip to content
Snippets Groups Projects
Commit 96cc22f2 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Use proper case for CFLAGS, LDFLAGS and LIBS

parent 2e4d88e7
No related branches found
No related tags found
No related merge requests found
......@@ -453,9 +453,9 @@ AC_MSG_RESULT([
Target: $host_os $host_cpu
Compiler: ${CC}
CFlags: ${CFLAGS} ${CPPFLAGS}
LDFlags: ${LDFLAGS}
Libs: ${LIBS}
CFLAGS: ${CFLAGS} ${CPPFLAGS}
LDFLAGS: ${LDFLAGS}
LIBS: ${LIBS}
Prefix: ${prefix}
Run dir: ${run_dir}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment