Skip to content

Commit

Permalink
Remove remaining unnecessary delta from upstream
Browse files Browse the repository at this point in the history
Upstream applied a slightly different fix to the Doxygen macro that
didn't require one change of quoting that our fix had.  Remove the
unnecessary delta.
  • Loading branch information
rra committed Aug 21, 2009
1 parent dd8cdbd commit dfadb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen.m4
Expand Up @@ -79,7 +79,7 @@ AC_DEFUN([DX_IF_FEATURE], [ifelse(DX_FEATURE_$1, ON, [$2], [$3])])
# Require the specified program to be found for the DX_CURRENT_FEATURE to work.
AC_DEFUN([DX_REQUIRE_PROG], [
AC_PATH_TOOL([$1], [$2])
if test "$[DX_FLAG_]DX_CURRENT_FEATURE$$1" = 1; then
if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
AC_SUBST([DX_FLAG_]DX_CURRENT_FEATURE, 0)
fi
Expand Down

0 comments on commit dfadb29

Please sign in to comment.