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.
This commit is contained in:
Sam Lantinga 2013-05-21 00:49:31 -07:00
parent 9f6a52c28a
commit 0b6d808284

View File

@ -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