Skip to content

Commit

Permalink
[configure] Also stub out GLOB_PERIOD in the C++ build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jan 22, 2025
1 parent 8bbec9f commit d25e4df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ echo_cpp() {
echo '#define HAVE_GLOB_PERIOD 1'
else
echo '#define HAVE_GLOB_PERIOD 0'
echo '#define GLOB_PERIOD 0 /* define bit flag to have no effect */'
fi

# Used by cpp/core.cc
Expand Down

0 comments on commit d25e4df

Please sign in to comment.