build-sys: Use #ifdef with HAVE_FAST_64BIT_OPERATIONS

The define is made conditionally.

Reported by: Kamil Rytarowski <n54@gmx.com>
This commit is contained in:
Arun Raghavan 2016-01-15 16:09:49 +05:30
parent c3c4937b4f
commit f8c69de418
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ int main(int argc, char *argv[]) {
if (!getenv("MAKE_CHECK"))
pa_log_set_level(PA_LOG_DEBUG);
#if HAVE_FAST_64BIT_OPERATIONS
#ifdef HAVE_FAST_64BIT_OPERATIONS
pa_log_debug("Detected CPU with fast 64-bit operations.");
#else
pa_log_debug("Not detected CPU with fast 64-bit operations.");