diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-16 02:01:40 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-16 02:01:40 +0000 |
commit | 5b618f34d0793b2a9418c0e1cda95040a8ab50f5 (patch) | |
tree | 03d28ff6d3a704d884af582ed382cd65269026cd /ace-config.in | |
parent | 5e0da4c110f985755205f308222f9fc26d9c383e (diff) | |
download | ATCD-5b618f34d0793b2a9418c0e1cda95040a8ab50f5.tar.gz |
ChangeLogTag:Mon Nov 15 19:54:36 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'ace-config.in')
-rw-r--r-- | ace-config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace-config.in b/ace-config.in index 38b755857d2..a1e19895647 100644 --- a/ace-config.in +++ b/ace-config.in @@ -71,8 +71,8 @@ libs_l=false # These values are only valid for ACE. the_compiler="@CXX@" -the_libs="$the_libs @ACE_LIBDIR@ @ACE_LIBS@" -the_flags="$the_flags @ACE_INCLUDEDIR@ @CXXFLAGS@" +the_libs="@ACE_LIBDIR@ -lACE @ACE_LIBS@" +the_flags="@ACE_INCLUDEDIR@ @CXXFLAGS@" while test $# -gt 0; do case "$1" in @@ -125,7 +125,7 @@ while test $# -gt 0; do ace) # These are set before this option parsing loop begins. # the_compiler="@CXX@" -# the_libs="$the_libs @ACE_LIBDIR@ @ACE_LIBS@" +# the_libs="$the_libs @ACE_LIBDIR@ -lACE @ACE_LIBS@" # the_flags="$the_flags @ACE_INCLUDEDIR@ @CXXFLAGS@" ;; netsvcs) |