Sebastian Humenda <[email protected]> writes: > error: #error regular expression package not selected > > Briefly scanning through `./configure --help`, I couldn't find a way to select > the package to use. The build output is attached. > Is this a bug or a feature? :)
Did you run ./autogen ? ./configure is not part of the Git repo. It is generated by ./autogen from configure.ac. If something in configure.ac changes, you need to run ./autogen manually to have these changes propagate to the configure script. -- CYa, ⡍⠁⠗⠊⠕ _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
