From 63507543575ce7fe5cd2d7d49073aa95b3a4c5f8 Mon Sep 17 00:00:00 2001 From: Arrehn Date: Sat, 6 Aug 2011 01:30:39 -0700 Subject: [PATCH] Remove unnecessary build flag --- scripts/configure_firestorm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configure_firestorm.sh b/scripts/configure_firestorm.sh index 038997463e..08d0003cc1 100755 --- a/scripts/configure_firestorm.sh +++ b/scripts/configure_firestorm.sh @@ -306,7 +306,7 @@ if [ $WANTS_CONFIG -eq $TRUE ] ; then echo "Configuring $PLATFORM..." if [ $WANTS_KDU -eq $TRUE ] ; then - KDU="-DUSE_KDU:BOOL=ON -D:INSTALL_PROPRIETARY=TRUE" + KDU="-DUSE_KDU:BOOL=ON" else KDU="-USE_KDU:BOOL=OFF" fi