From: Nathan Cutler Date: Mon, 17 Jul 2017 12:46:57 +0000 (+0200) Subject: build/ops: rpm: fix typo WTIH_BABELTRACE X-Git-Tag: ses5-milestone9~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16366%2Fhead;p=ceph.git build/ops: rpm: fix typo WTIH_BABELTRACE Introduced by b331898ea9aefc547265b388dddbc388417184fe Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index 07231917f0a..a219a2359b5 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -838,10 +838,10 @@ cmake .. \ %endif %if %{with lttng} -DWITH_LTTNG=ON \ - -DWTIH_BABELTRACE=ON \ + -DWITH_BABELTRACE=ON \ %else -DWITH_LTTNG=OFF \ - -DWTIH_BABELTRACE=OFF \ + -DWITH_BABELTRACE=OFF \ %endif $CEPH_EXTRA_CMAKE_ARGS \ %if 0%{with ocf}