Skip to content

Commit

Permalink
configure build tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Oct 27, 2020
1 parent 9d36ff6 commit 92ec7b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -90,6 +90,7 @@ endif

memcached_debug_CFLAGS += -DMEMCACHED_DEBUG

# build fails on Darwin with const signature replacements.
if DARWIN
memcached_dtrace.h: memcached_dtrace.d
${DTRACE} -h -s memcached_dtrace.d
Expand Down
4 changes: 3 additions & 1 deletion configure.ac
Expand Up @@ -199,7 +199,9 @@ if test "x$enable_dtrace" = "xyes"; then
dtrace_instrument_obj=yes
rm conftest.h
# on Mac probe id are generated with $
CFLAGS="$CFLAGS -Wno-dollar-in-identifier-extension"
if test "$is_darwin" = "yes"; then
CFLAGS="$CFLAGS -Wno-dollar-in-identifier-extension"
fi
fi

if test "`which tr`" = "/usr/ucb/tr"; then
Expand Down

0 comments on commit 92ec7b5

Please sign in to comment.