about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-03-06 21:38:26 +0000
committerJames Booth <boothj5@gmail.com>2014-03-06 21:38:26 +0000
commitd683c49b6c818d1ddb445654b8d11f6f82077a9d (patch)
treec9bdc799f860c5f9cc616b36f2d9fcc85e2c2c17 /configure.ac
parentdb39450734b04fcc6664ed419e3a0f3649ce4347 (diff)
downloadprofani-tty-d683c49b6c818d1ddb445654b8d11f6f82077a9d.tar.gz
Revert "Set package status to brew for osx"
This reverts commit 8ae6f52f1012bc93b22c50f74aefaa24fb00f15b.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 935af821..8bf08ee3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,8 +18,7 @@ AS_CASE([$host_os],
     [cygwin], [PLATFORM="cygwin"],
     [PLATFORM="nix"])
 
-AS_IF([test "x$PLATFORM" = xosx], [PACKAGE_STATUS="brew"],
-    [PACKAGE_STATUS="development"])
+PACKAGE_STATUS="development"
 
 ### Get git branch and revision if in development
 if test "x$PACKAGE_STATUS" = xdevelopment; then