mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
configure: make sure X_EXTRA_LIBS and X_PRE_LIBS are accounted for
This commit is contained in:
parent
8ae6933a15
commit
f634c682df
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ AC_CHECK_LIB(Xt, XtInitialize, [XTOOLLIB="-lXt ${XTOOLLIB}"], , $X_LIBS)
|
||||||
AC_CHECK_LIB(ICE, IceCloseConnection, [XTOOLLIB="-lICE ${XTOOLLIB}"], , $X_LIBS)
|
AC_CHECK_LIB(ICE, IceCloseConnection, [XTOOLLIB="-lICE ${XTOOLLIB}"], , $X_LIBS)
|
||||||
AC_CHECK_LIB(SM, SmcOpenConnection, [XTOOLLIB="-lSM ${XTOOLLIB}"], , $X_LIBS)
|
AC_CHECK_LIB(SM, SmcOpenConnection, [XTOOLLIB="-lSM ${XTOOLLIB}"], , $X_LIBS)
|
||||||
AC_CHECK_LIB(Xm, XmTextSetString, [XTOOLLIB="-lXm ${XTOOLLIB}"], , [$MOTIF_LIB $X_LIBS])
|
AC_CHECK_LIB(Xm, XmTextSetString, [XTOOLLIB="-lXm ${XTOOLLIB}"], , [$MOTIF_LIB $X_LIBS])
|
||||||
XTOOLLIB="$X_LIBS $MOTIF_LIB ${XTOOLLIB}"
|
XTOOLLIB="${X_LIBS} ${MOTIF_LIB} ${X_EXTRA_LIBS} ${X_PRE_LIBS} ${XTOOLLIB}"
|
||||||
AC_SUBST([XTOOLLIB])
|
AC_SUBST([XTOOLLIB])
|
||||||
|
|
||||||
dnl set CPPFLAGS, CFLAGS, and CXXFLAGS.
|
dnl set CPPFLAGS, CFLAGS, and CXXFLAGS.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue