diff options
author | Timothy Pearson <[email protected]> | 2012-12-07 15:02:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-12-07 15:02:42 -0600 |
commit | eb47d241d0212278f54d6f0defdd0ee4d0e4cf63 (patch) | |
tree | da8c74a9fe8d66193441c567c5ee3c13d63a350d /configure | |
parent | 9ee8babab368f8262ff21530d0cf23d898fbe857 (diff) | |
download | tqt3-eb47d241d0212278f54d6f0defdd0ee4d0e4cf63.tar.gz tqt3-eb47d241d0212278f54d6f0defdd0ee4d0e4cf63.zip |
Automated update from Qt3
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -734,6 +734,9 @@ while [ "$#" -gt 0 ]; do glibmainloop) if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then CFG_GLIBMAINLOOP="$VAL" + if [ "$VAL" = "yes" ]; then + echo "WARNING: glib main loop support is ***incomplete*** and will cause problems with threaded applications and/or those using non-standard event loops!" + fi else UNKNOWN_OPT=yes fi |