AyushP123

conditionals_set

Jul 3rd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. AC_DEFINE([BUILD_BACKEND_GLASS], [1], [Workaround for avoiding setting the conditionals])
  2. AC_DEFINE([BUILD_BACKEND_INMEMORY], [1], [Workaround for avoiding setting the conditionals])
  3. AC_DEFINE([BUILD_BACKEND_REMOTE], [1], [Workaround for avoiding setting the conditionals])
  4. AM_CONDITIONAL([BUILD_BACKEND_GLASS], true)
  5. AM_CONDITIONAL([BUILD_BACKEND_INMEMORY], true)
  6. AM_CONDITIONAL([BUILD_BACKEND_REMOTE], false)
Add Comment
Please, Sign In to add comment