gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] [PATCH] fix error on 'configure --with-gtk-libs'


From: Namhyung Kim
Subject: [Gnash-dev] [PATCH] fix error on 'configure --with-gtk-libs'
Date: Wed, 29 Apr 2009 01:46:31 +0900
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Hi, again :-)

I'm sorry for previous email, I didn't know how 'bzr send' worked.
I attached patch file, so please have a look.

--
Regards,
Namhyung Kim
=== modified file 'macros/gtk2.m4'
--- macros/gtk2.m4      2009-02-25 22:33:03 +0000
+++ macros/gtk2.m4      2009-04-28 15:37:30 +0000
@@ -76,7 +76,7 @@
     if test x"${with_gtk2_lib}" != x ; then
       if test -f ${with_gtk2_lib}/libgtk-x11-2.0.${shlibext}; then
         if test -f ${with_gtk2_lib}/libgdk-x11-2.0; then
-               ac_cv_path_gtk2_lib="-I`(cd ${with_gtk2_lib}; pwd)`"
+               ac_cv_path_gtk2_lib="-L`(cd ${with_gtk2_lib}; pwd)`"
         else
                AC_MSG_ERROR([${with_gtk2_lib} directory doesn't contain 
libgdk-x11-2.0])
         fi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]