From 504b32f61be6bc8a1e08f9c8a75ab0ac1e89681b Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 15 May 2016 19:36:19 +0000 Subject: configure: drop fwprintf test fwprintf would segfault on DragonFly BSD 1.4.0, released in January 2006. This was fixed by DragonFly BSD 1.4.4, released in April 2006. It seems unlikely that anyone is still running a ten-year-old, unsupported version, and hoping that fish will continue to build. I've checked this in virtual machines. Work on #2999. --- src/fallback.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/fallback.cpp') diff --git a/src/fallback.cpp b/src/fallback.cpp index f5638e81..92c3e1fc 100644 --- a/src/fallback.cpp +++ b/src/fallback.cpp @@ -94,10 +94,6 @@ char *tparm_solaris_kludge(char *str, ...) { #define INTERNAL_FWPRINTF 1 #endif -#ifdef HAVE_BROKEN_FWPRINTF -#define INTERNAL_FWPRINTF 1 -#endif - #ifdef INTERNAL_FWPRINTF /// Internal function for the wprintf fallbacks. USed to write the specified number of spaces. -- cgit v1.2.3