diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 1ebc7cd..37d0c30 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -292,6 +292,8 @@ TKPATH=:lib-tk # -L/usr/openwin/lib \ # *** Uncomment these for TOGL extension only: # -lGL -lGLU -lXext -lXmu \ +# *** Uncomment for AIX: +# -lld \ # *** Always uncomment this; X11 libraries to link with: # -lX11 |