From: SeokYeon Hwang Date: Wed, 26 Aug 2015 06:18:34 +0000 (+0900) Subject: configure: removed default x11_libs value X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e946a8472447e46ebed3e8d3dab83e6ccbb99440;p=sdk%2Femulator%2Fqemu.git configure: removed default x11_libs value "x11_libs" should be filled by proving process. Change-Id: Ie17768d8163e8d7b82e792a74eee81ffbfd34c40 Signed-off-by: SeokYeon Hwang --- diff --git a/configure b/configure index 816e8c4fec..8e90b045af 100755 --- a/configure +++ b/configure @@ -1620,6 +1620,7 @@ int main(void) { return tls_var; } EOF if ! compile_prog "-Werror" "" ; then + echo $cc error_exit "Your compiler does not support the __thread specifier for " \ "Thread-Local Storage (TLS). Please upgrade to a version that does." fi @@ -2162,7 +2163,7 @@ fi ########################################## # X11 probe x11_cflags= -x11_libs=-lX11 +x11_libs= if $pkg_config --exists "x11"; then x11_cflags=`$pkg_config --cflags x11` x11_libs=`$pkg_config --libs x11`