This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB 7.4 --with-python doesn't like d:/foo/bar


> This is a standard way of Autoconf's catering to DOS and Windows
> platforms.  You can see it at work elsewhere in the configure script,
> because it's part of AC_PROG_PATH.  In fact, you can find it just a
> few lines below the test that failed.

You're right. I wasn't thinking clearly in the morning. For some
reason, I was seeing both expressions as equivalent, when clearly
they are not! So your proposed change is on the table instead.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]