diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-03-20 15:23:30 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-03-20 16:21:34 +0100 |
commit | 1f048a6b6bcc30d2e157711b3d231d7a944e6ffb (patch) | |
tree | 9ae3ad6a0afa605a6804045b91a83848888844aa | |
parent | acd42fae59096d84e78f1c17bfcc0d8f96486341 (diff) |
build-sys: fix typo in human-readable output
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 14411e3601..5d1be3f851 100644 --- a/configure.ac +++ b/configure.ac @@ -940,7 +940,7 @@ AC_MSG_RESULT([ Extra stop script: ${RC_LOCAL_SCRIPT_PATH_STOP} CFLAGS: ${OUR_CFLAGS} ${CFLAGS} - CPPLAGS: ${OUR_CPPFLAGS} ${CPPFLAGS} + CPPFLAGS: ${OUR_CPPFLAGS} ${CPPFLAGS} LDFLAGS: ${OUR_LDFLAGS} ${LDFLAGS} PYTHON_CFLAGS: ${PYTHON_CFLAGS} PYTHON_LIBS: ${PYTHON_LIBS} |