]> git.wh0rd.org Git - nano.git/commitdiff
revert last change, since it'll cause problems with arguments containing
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 21 Jun 2005 15:41:46 +0000 (15:41 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 21 Jun 2005 15:41:46 +0000 (15:41 +0000)
spaces

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2747 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
configure.ac

index e461e6291c2249de4cfb2a90a878751229957af7..fd04ca7b1774dd5252f3cf4510ce752cfc58f06d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -363,7 +363,6 @@ CVS code -
          function. (DLR)
        - Check for possibly unavailable functions in alphabetical
          order. (DLR)
-       - Add a few more minor consistency fixes. (DLR)
 - doc/faq.html:
        - Update section 1.1 to mention the current maintainer. (DLR)
        - Minor capitalization and wording fixes. (DLR)
index aad55844b1182e448bde92b1e5d7acd4fe420c38..24b5881972464aae591ee759eb699967ef8c0375 100644 (file)
@@ -463,10 +463,10 @@ LIBS="$LIBS $CURSES_LIB"
 
 AC_SUBST(CURSES_LIB)
 
-if test x$GLIB_CFLAGS != x; then
+if test "x$GLIB_CFLAGS" != "x"; then
     CFLAGS="$CFLAGS $GLIB_CFLAGS"
 fi
-if test x$GLIB_LIBS != x; then
+if test "x$GLIB_LIBS" != "x"; then
     LDFLAGS="$LDFLAGS $GLIB_LIBS"
 fi