mirror of
https://github.com/znc/znc.git
synced 2026-08-05 16:33:46 +02:00
Remove autoconf, leave only CMake
This commit is contained in:
+1
-9
@@ -134,15 +134,7 @@ CString CZNC::GetTag(bool bIncludeVersion, bool bHTML) {
|
||||
}
|
||||
|
||||
CString CZNC::GetCompileOptionsString() {
|
||||
// Build system doesn't affect ABI
|
||||
return ZNC_COMPILE_OPTIONS_STRING + CString(
|
||||
", build: "
|
||||
#ifdef BUILD_WITH_CMAKE
|
||||
"cmake"
|
||||
#else
|
||||
"autoconf"
|
||||
#endif
|
||||
);
|
||||
return ZNC_COMPILE_OPTIONS_STRING;
|
||||
}
|
||||
|
||||
CString CZNC::GetUptime() const {
|
||||
|
||||
Reference in New Issue
Block a user