Skip to content

Commit

Permalink
ustl: Link against ustl when that is selected.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Jun 14, 2010
1 parent 93ef772 commit 8ae1836
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xorp/SConstruct
Expand Up @@ -735,6 +735,9 @@ and shared libraries. This is UNSUPPORTED, and probably will not link.
env.AppendUnique( LIBS = [ 'profiler' ] )
#env.AppendUnique( CPPDEFINES = [ 'WITH_PPROF' ] )

if env['enable_ustl']:
env.AppendUnique( LIBS = [ 'ustl' ] )

#
# Apply top-level 'transport' protocol option, which controls the
# default transport protocol chosen by libxipc.
Expand Down

0 comments on commit 8ae1836

Please sign in to comment.