The flag occurs configure error on Mac OS X because of older compiler.
In addition to this, rearrange configure options.module: title
Change-Id: I5c8bdaf7ee25fac39537fb6f141c2cbff984c1cf
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
./configure \
--enable-werror \
--extra-cflags=-mmacosx-version-min=10.4 \
- --extra-ldflags="-Xlinker -export_dynamic" \
--audio-drv-list=coreaudio \
--enable-shm \
--enable-hax \
--disable-vnc \
--disable-cocoa \
--disable-sdl \
+ --enable-qt \
$CONFIGURE_APPEND \
+
+# --extra-ldflags="-Xlinker -export_dynamic" \
;;
esac