diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-07 15:01:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-07 15:01:56 -0600 |
commit | 9bff9eeefc262c8509b2db7c1120f6001d65e64c (patch) | |
tree | 3e837032fb29614f059d2b29b18e3210d6e8c8a8 /configure | |
parent | 85b3c5d0ec2280393e1c5ac7af6a56abf9fc2e9a (diff) | |
download | qt3-9bff9eeefc262c8509b2db7c1120f6001d65e64c.tar.gz qt3-9bff9eeefc262c8509b2db7c1120f6001d65e64c.zip |
Add level method to recursive mutex
Enhance thread safety when making event calls
Minor cleanup of whitespace in glib event loop
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 |