diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-06 13:03:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-06 13:03:27 +0300 |
commit | c0397ec2f77d6512383d160417f710477b707ac0 (patch) | |
tree | 32894c346608d76bb5da13ea00533940983d70d3 | |
parent | 9d2492b2747e4302159eadbc6221ccf153e71b6f (diff) |
Point out that --enable-canonical-installation-tree-structure is broken now
Change-Id: I2b14c3a5e7b3945e40334b961024ef243e957efa
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 655b0e5114ae..1cf6c53a2129 100644 --- a/configure.ac +++ b/configure.ac @@ -1220,7 +1220,7 @@ AC_ARG_ENABLE(macosx-sandbox, AC_ARG_ENABLE(canonical-installation-tree-structure, AS_HELP_STRING([--enable-canonical-installation-tree-structure], [Make the installation tree structure be more canonical for - the platform. Implemented only for OS X. Experimental.]), + the platform. Implemented only for OS X. Experimental and currently broken.]), ,) |