1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fixed PLATFORM check in configure.ac

This commit is contained in:
James Booth 2014-10-30 23:42:08 +00:00
parent 1814dcdd26
commit 5235b1f149

View File

@ -15,7 +15,7 @@ AC_PROG_CC
AC_CANONICAL_HOST AC_CANONICAL_HOST
PLATFORM="unknown" PLATFORM="unknown"
AS_CASE([$host_os], AS_CASE([$host_os],
[freebsd*], [PLATFORM="freebsd"] [freebsd*], [PLATFORM="freebsd"],
[darwin*], [PLATFORM="osx"], [darwin*], [PLATFORM="osx"],
[cygwin], [PLATFORM="cygwin"], [cygwin], [PLATFORM="cygwin"],
[PLATFORM="nix"]) [PLATFORM="nix"])