diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-04-05 23:50:14 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-04-05 23:50:14 +0000 |
commit | 3b14eef165994828411c9a3c84f3191a605c6e90 (patch) | |
tree | 86d91f9f824dcb20e22751b0d35936d489f99fee /configure.ac | |
parent | 01c9f76fe0ce73861ff627fe4d201ed23a172c9a (diff) | |
download | ATCD-3b14eef165994828411c9a3c84f3191a605c6e90.tar.gz |
ChangeLogTag: Tue Apr 5 13:41:27 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac index d2e68a3876b..f0f92ec4662 100644 --- a/configure.ac +++ b/configure.ac @@ -7471,28 +7471,6 @@ dnl LDFLAGS="$ACE_LDFLAGS $LDFLAGS" dnl AC_SUBST(LDFLAGS) dnl AC_SUBST(LIBOBJS) -dnl These definitions are expanded in the makefile and ace-config -if test "$no_x" != yes; then - ACE_LIBDIR="${X_LIBS} -L\${libdir}" -else - ACE_LIBDIR='-L${libdir}' -fi -ACE_LIBS="${X_PRE_LIBS} ${ACE_XLIBS} ${X_EXTRA_LIBS} ${LIBS}" -ACE_INCLUDEDIR='-I${includedir}' - -AC_SUBST([ACE_LIBDIR]) -AC_SUBST([ACE_LIBS]) -AC_SUBST([ACE_INCLUDEDIR]) - -dnl These definitions are expanded in the makefile and ace-config -#TAO_LIBDIR='-L${libdir}' -#TAO_LIBS="-lACE ${LIBS}" -#TAO_INCLUDEDIR='-I${includedir}' -# -#AC_SUBST([TAO_LIBDIR]) -#AC_SUBST([TAO_LIBS]) -#AC_SUBST([TAO_INCLUDEDIR]) - dnl Force CXXFLAGS to be substituted in Makefiles that don't "need" them. AC_SUBST([CXXFLAGS]) |