Add missing #ifndef DISABLE_OUTPUT_HISTORY
I tried building after a `./configure --disable-output-history`, and discovered that there was one (but only one!) reference to some undefined output history resources. With the `#ifndef` protection added, it compiled and linked successfully.
parent
fc7e2fc8
Please register or sign in to comment