caa4e9a0de
* profanity: 0.5.1 -> 0.6.0 * profanity: recreate darwin patch for v0.6.0 sources
14 lines
341 B
Diff
14 lines
341 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 5c00aca..eb78060 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -23,7 +23,6 @@ PLATFORM="unknown"
|
|
AS_CASE([$host_os],
|
|
[freebsd*], [PLATFORM="freebsd"],
|
|
[openbsd*], [PLATFORM="openbsd"],
|
|
- [darwin*], [PLATFORM="osx"],
|
|
[cygwin], [PLATFORM="cygwin"],
|
|
[PLATFORM="nix"])
|
|
|
|
|