in configure.ac, add a few more minor consistency fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2746 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
01e13ea1c1
commit
6dd67790df
|
@ -363,6 +363,7 @@ CVS code -
|
||||||
function. (DLR)
|
function. (DLR)
|
||||||
- Check for possibly unavailable functions in alphabetical
|
- Check for possibly unavailable functions in alphabetical
|
||||||
order. (DLR)
|
order. (DLR)
|
||||||
|
- Add a few more minor consistency fixes. (DLR)
|
||||||
- doc/faq.html:
|
- doc/faq.html:
|
||||||
- Update section 1.1 to mention the current maintainer. (DLR)
|
- Update section 1.1 to mention the current maintainer. (DLR)
|
||||||
- Minor capitalization and wording fixes. (DLR)
|
- Minor capitalization and wording fixes. (DLR)
|
||||||
|
|
|
@ -463,10 +463,10 @@ LIBS="$LIBS $CURSES_LIB"
|
||||||
|
|
||||||
AC_SUBST(CURSES_LIB)
|
AC_SUBST(CURSES_LIB)
|
||||||
|
|
||||||
if test "x$GLIB_CFLAGS" != "x"; then
|
if test x$GLIB_CFLAGS != x; then
|
||||||
CFLAGS="$CFLAGS $GLIB_CFLAGS"
|
CFLAGS="$CFLAGS $GLIB_CFLAGS"
|
||||||
fi
|
fi
|
||||||
if test "x$GLIB_LIBS" != "x"; then
|
if test x$GLIB_LIBS != x; then
|
||||||
LDFLAGS="$LDFLAGS $GLIB_LIBS"
|
LDFLAGS="$LDFLAGS $GLIB_LIBS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue