* configure.in (--without-headers): Add missing double quotes.
* configure: Regenerate.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2004-09-24  Michael Roth  <mroth@nessie.de> | ||||||
|  |  | ||||||
|  | 	* configure.in (--without-headers): Add missing double quotes. | ||||||
|  | 	* configure: Regenerate. | ||||||
|  |  | ||||||
| 2004-09-24  Kelley Cook <kcook@gcc.gnu.org> | 2004-09-24  Kelley Cook <kcook@gcc.gnu.org> | ||||||
|  |  | ||||||
| 	* ylwrap: Revert to previous version. | 	* ylwrap: Revert to previous version. | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -1024,8 +1024,8 @@ esac | |||||||
|  |  | ||||||
| # If both --with-headers and --with-libs are specified, default to | # If both --with-headers and --with-libs are specified, default to | ||||||
| # --without-newlib. | # --without-newlib. | ||||||
| if test x"${with_headers}" != x && test x"${with_headers} != xno \ | if test x"${with_headers}" != x && test x"${with_headers}" != xno \ | ||||||
|    && test x"${with_libs}" != x && test x"${with_libs} != xno ; then |    && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then | ||||||
|   if test x"${with_newlib}" = x ; then |   if test x"${with_newlib}" = x ; then | ||||||
|     with_newlib=no |     with_newlib=no | ||||||
|   fi |   fi | ||||||
|   | |||||||
| @@ -250,8 +250,8 @@ esac | |||||||
|  |  | ||||||
| # If both --with-headers and --with-libs are specified, default to | # If both --with-headers and --with-libs are specified, default to | ||||||
| # --without-newlib. | # --without-newlib. | ||||||
| if test x"${with_headers}" != x && test x"${with_headers} != xno \ | if test x"${with_headers}" != x && test x"${with_headers}" != xno \ | ||||||
|    && test x"${with_libs}" != x && test x"${with_libs} != xno ; then |    && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then | ||||||
|   if test x"${with_newlib}" = x ; then |   if test x"${with_newlib}" = x ; then | ||||||
|     with_newlib=no |     with_newlib=no | ||||||
|   fi |   fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user