[Github-comments] [geany/geany] configure: check for realpath function now MSYS2 has it (#2263)

Matthew Brush notifications at xxxxx
Sat Aug 17 12:04:16 UTC 2019


codebrainz commented on this pull request.



> @@ -84,7 +84,7 @@ static int get_path_max(const char *path)
 }
 
 
-#ifdef G_OS_WIN32
+#if defined(G_OS_WIN32) && !defined(HAVE_REALPATH)

You could probably drop the `G_OS_WIN32` part altogether, but this is probably safer for now.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2263#pullrequestreview-276234996
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190817/f9e29783/attachment.html>


More information about the Github-comments mailing list