]> andersk Git - gssapi-openssh.git/commitdiff
patch for Irix build problem from
authorjbasney <jbasney>
Tue, 15 Apr 2003 17:57:04 +0000 (17:57 +0000)
committerjbasney <jbasney>
Tue, 15 Apr 2003 17:57:04 +0000 (17:57 +0000)
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=104989895728476&w=2

openssh/configure.ac

index 833fe73463f9599f4041955f4e2c35b83c440928..8defb93ecb067145d1469cdc77b1d35914ed8052 100644 (file)
@@ -774,6 +774,9 @@ AC_CHECK_FUNCS(\
 
 AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP))
 
+dnl IRIX has basename() in libgen
+AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME))
+
 dnl Make sure strsep prototype is defined before defining HAVE_STRSEP
 AC_CHECK_DECL(strsep, [AC_CHECK_FUNCS(strsep)])
 
This page took 0.035938 seconds and 5 git commands to generate.