mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix using single quotes where double quotes should be used.
This commit is contained in:
parent
c7795d6b93
commit
fd6cb9caba
2
configure
vendored
2
configure
vendored
@ -393,7 +393,7 @@ if (prompt_bool $interactive, $question, 0) {
|
||||
'm_regex_pcre.cpp' => 'pcre-config --version',
|
||||
'm_regex_posix.cpp' => undef,
|
||||
'm_regex_re2.cpp' => 'pkg-config --exists re2',
|
||||
'm_regex_stdlib.cpp' => '$config{CXX} -o /dev/null -std=c++11 $RealDir/make/test/compiler.cpp',
|
||||
'm_regex_stdlib.cpp' => "$config{CXX} -o /dev/null -std=c++11 $RealDir/make/test/compiler.cpp",
|
||||
'm_regex_tre.cpp' => 'pkg-config --exists tre',
|
||||
'm_sqlite3.cpp' => 'pkg-config --exists sqlite3',
|
||||
'm_ssl_gnutls.cpp' => 'pkg-config --exists gnutls',
|
||||
|
Loading…
x
Reference in New Issue
Block a user