diff options
-rwxr-xr-x | set_soenv.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/set_soenv.in b/set_soenv.in index 947a0c82ac3d..c4de37422789 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1667,9 +1667,7 @@ if ( $JDK ne "gcj" ) { else { ToFile( "JAVACISGCJ", '@JAVACISGCJ@', "e" ); } -if ( $GUI eq "UNX" ) { - ToFile( "AWTLIB", '@AWTLIB@', "e" ); -} +ToFile( "AWTLIB", '@AWTLIB@', "e" ); if ( '@JDK@' ne '' ) { ToFile( "JDK", "@JDK@", "e" ); |