configure.ac: Remove duplicated CMD_DESCR_ROTATE definition
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 27 May 2019 15:52:46 +0000 (11:52 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 26 Nov 2019 20:57:13 +0000 (15:57 -0500)
commitd5a6e30756d0a38142b9f947fd954110372cefa1
tree0a8d61821b4f0c5e9fd0d010523b141f5d56f776
parent95df842f2a0c8a3079fcc4b333a856de372cee8c
configure.ac: Remove duplicated CMD_DESCR_ROTATE definition

CMD_DESCR_ROTATE is defined twice by configure.  This breaks configuring
with "-Werror -Wall", as some test programs don't compile due to:

  configure:16990: gcc -o conftest -Wall -Werror   conftest.c  >&5
  conftest.c:163: error: "CONFIG_CMD_DESCR_ROTATE" redefined [-Werror]
   #define CONFIG_CMD_DESCR_ROTATE "Archive a tracing session’s current trace chunk"

  conftest.c:154: note: this is the location of the previous definition
   #define CONFIG_CMD_DESCR_ROTATE "Archive a tracing session's current trace chunk"

  cc1: all warnings being treated as errors

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
This page took 0.025747 seconds and 4 git commands to generate.