From f690b984ca1fdc12a3d5244dd3a751af92ab265a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 21 May 2013 00:49:31 -0700 Subject: [PATCH] Fixed bug Bug 1817 - Haiku uses wrong default install prefix Axel D?rfler Currently, the default install target for Haiku is /boot/develop/tools/gnupro. However, this is not the expected install place. Instead, /boot/common should be used. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index cf4cc9d87..596de052d 100644 --- a/configure.in +++ b/configure.in @@ -2423,7 +2423,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau ;; *-*-beos* | *-*-haiku*) ARCH=beos - ac_default_prefix=/boot/develop/tools/gnupro + ac_default_prefix=/boot/common CheckDummyVideo CheckDiskAudio CheckDummyAudio