]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Use a string option to select what library is to support POSIX regular expressions.
authorAndres Mejia <amejia004@gmail.com>
Sat, 2 Feb 2013 04:41:45 +0000 (23:41 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sat, 2 Feb 2013 04:41:45 +0000 (23:41 -0500)
commite8c8ec110b7b06e8615118c296300b9457c7d5d1
treefee57cd65523126020f8b67cdfa1581a780ad609
parent5b887a219711c354152b8625643a742fae747603
Use a string option to select what library is to support POSIX regular expressions.

AUTO means choose the first suitable library

The other options are LIBPCREPOSIX, LIBC, and LIBREGEX.
CMakeLists.txt