facebookincubator / cinder

Cinder is Meta's internal performance-oriented production version of CPython.
https://trycinder.com
Other
3.42k stars 122 forks source link

fix configure flipping --enable-cinderx-module #134

Closed pilleye closed 3 months ago

pilleye commented 3 months ago

This commit fixes configure and configure.ac which was previously incorrectly treating --enable-cinderx-module as a --disable-cinderx-module.

Before:

/Volumes/Workspace/cinder-git cinder/3.10*
❯ ./configure --enable-cinderx-module | rg "whether to build CinderX module"
checking whether to build CinderX module... no

After:

/Volumes/Workspace/cinder-git cinder/3.10*
❯ ./configure --enable-cinderx-module | rg "whether to build CinderX module"
checking whether to build CinderX module... yes