minicom: Fix configure to correctly use POSIX_TERMIOS
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 4 Jul 2005 22:17:07 +0000 (22:17 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 4 Jul 2005 22:17:07 +0000 (22:17 +0000)
packages/minicom/minicom-2.1/configure.patch

index 2e1e1ea..4db47fb 100644 (file)
@@ -1,5 +1,19 @@
---- minicom-2.1/configure.in.old       2004-09-12 12:48:55.000000000 +0100
-+++ minicom-2.1/configure.in   2004-09-12 12:49:05.000000000 +0100
+Index: minicom-2.1/configure.in
+===================================================================
+--- minicom-2.1.orig/configure.in      2003-04-29 21:08:25.000000000 +0000
++++ minicom-2.1/configure.in   2005-07-04 19:03:32.000000000 +0000
+@@ -231,9 +231,9 @@
+ AC_HEADER_STAT
+ AC_HEADER_TIME
+-AM_SYS_POSIX_TERMIOS
++AC_SYS_POSIX_TERMIOS
+ AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL
+-if test $am_cv_sys_posix_termios = yes; then
++if test $ac_cv_sys_posix_termios = yes; then
+   AC_DEFINE(POSIX_TERMIOS)
+ fi
 @@ -253,7 +253,7 @@
  
  dnl Checks for library functions.