~mordred/libmemcached/fix850399

« back to all changes in this revision

Viewing changes to m4/pandora_platform.m4

Merge up of dev trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    TARGET_LINUX="true"
51
51
    AC_SUBST(TARGET_LINUX)
52
52
    AC_DEFINE([TARGET_OS_LINUX], [1], [Whether we build for Linux])
 
53
    AM_CONDITIONAL(TARGET_LINUX, [test "x${TARGET_LINUX}" = "xtrue"])
53
54
      ;;
54
55
    *darwin*)
55
56
      TARGET_OSX="true"