projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631e4f8
)
HPUX __ia64 uses .so as extension for shared libs, not .sl
author
ellson
<devnull@localhost>
Fri, 6 Jun 2008 14:29:54 +0000
(14:29 +0000)
committer
ellson
<devnull@localhost>
Fri, 6 Jun 2008 14:29:54 +0000
(14:29 +0000)
Geert Coelmont <geert.coelmont@headbird.com>
lib/gvc/gvconfig.c
patch
|
blob
|
history
diff --git
a/lib/gvc/gvconfig.c
b/lib/gvc/gvconfig.c
index c7716d94552d9e5e5988a7ebcc48aaedea0eaa77..868a3e555c5f6c87e9a176228deb1415988e2bef 100644
(file)
--- a/
lib/gvc/gvconfig.c
+++ b/
lib/gvc/gvconfig.c
@@
-352,7
+352,7
@@
static void config_rescan(GVC_t *gvc, char *config_path)
char *plugin_glob = "gvplugin_*";
char *plugin_re_beg = "[^0-9]";
char *plugin_re_end = "\\.dll$";
-#elif
defined(__hpux__) || defined(__hpux
)
+#elif
((defined(__hpux__) || defined(__hpux)) && !(defined(__ia64))
)
char *plugin_re_beg = "\\.sl\\.";
char *plugin_re_end = "$";
#else