about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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