| 1 |
diff -uNr Coin-2.4.6.orig/src/glue/simage_wrapper.c Coin-2.4.6/src/glue/simage_wrapper.c
|
| 2 |
--- Coin-2.4.6.orig/src/glue/simage_wrapper.c 2007-04-10 11:23:51.000000000 +0200
|
| 3 |
+++ Coin-2.4.6/src/glue/simage_wrapper.c 2007-04-14 06:34:11.000000000 +0200
|
| 4 |
@@ -272,16 +272,7 @@
|
| 5 |
Autoconf check? 20000930 mortene. */
|
| 6 |
const char * possiblelibnames[] = {
|
| 7 |
NULL, /* is set below */
|
| 8 |
- "simage", "libsimage", "libsimage.so",
|
| 9 |
- "libsimage.dylib",
|
| 10 |
- /* MSWindows DLL names for the simage library */
|
| 11 |
- /* FIXME: a bit of a hack this, but it looks difficult to find
|
| 12 |
- a better strategy. Perhaps it'd be a good idea to use an
|
| 13 |
- application programmer controlled environment variable?
|
| 14 |
- 20010626 mortene. */
|
| 15 |
- "simage6", "simage5", "simage4", "simage3", "simage2", "simage1",
|
| 16 |
- /* FIXME: not checking for simageXd.dll names (ie debug
|
| 17 |
- versions of the library). 20010926 mortene. */
|
| 18 |
+ @LIBSIMAGE_SONAME@,
|
| 19 |
NULL
|
| 20 |
};
|
| 21 |
|