diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -4001,6 +4001,10 @@ else  		echo "win32"  		_taskbar=yes  		;; +	darwin*) +		echo "osx" +		_taskbar=yes +		;;  	*)  		if test "$_libunity" = yes; then  			echo "unity" | 
